From 84b5c226bc5314cff5e3544b747bd25e4225ff16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Tue, 15 Feb 2011 22:57:06 +0100 Subject: [PATCH] Upage shebang. /usr/bin/env python allow you to use virtualenv for running radicale. --- radicale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale.py b/radicale.py index 03f6a14..0729334 100755 --- a/radicale.py +++ b/radicale.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # This file is part of Radicale Server - Calendar Server