1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Upage shebang.

/usr/bin/env python allow you to use virtualenv for running radicale.
This commit is contained in:
François de Metz 2011-02-15 22:57:06 +01:00
parent 2e1b51e3c1
commit 84b5c226bc

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# This file is part of Radicale Server - Calendar Server # This file is part of Radicale Server - Calendar Server