1
0
Fork 0
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:
Unrud 2017-05-28 03:28:30 +02:00
parent bedbbd8d79
commit dd8c22d3be

View file

@ -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