summaryrefslogtreecommitdiff
path: root/debian/patches/import_time
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/import_time')
-rw-r--r--debian/patches/import_time13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/import_time b/debian/patches/import_time
new file mode 100644
index 0000000..4f5d866
--- /dev/null
+++ b/debian/patches/import_time
@@ -0,0 +1,13 @@
+Author: Tzafrir Cohen <tzafrir@debian.org>
+Desription: Missing import from auth.py
+
+--- a/modules/installed/lib/auth.py
++++ b/modules/installed/lib/auth.py
+@@ -12,6 +12,7 @@ import cherrypy
+ import urllib, hashlib
+ import cfg
+ import random
++import time
+
+ cfg.session_key = '_cp_username'
+