mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Remove escaping from underscores
This commit is contained in:
parent
bedbbd8d79
commit
dd8c22d3be
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ setup(packages=["silly_auth_plugin"])
|
|||
In the same folder create the sub-folder `silly_auth_plugin`. The folder
|
||||
must have the same name as specified in `packages` above.
|
||||
|
||||
Create the file `\_\_init\_\_.py` in the `silly_auth_plugin` folder with the
|
||||
Create the file `__init__.py` in the `silly_auth_plugin` folder with the
|
||||
following content:
|
||||
|
||||
```python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue