summaryrefslogtreecommitdiff
path: root/debian/patches/import_time
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@debian.org>2013-08-27 19:11:16 +0300
committerTzafrir Cohen <tzafrir@debian.org>2013-08-27 21:08:12 +0300
commit777b3898bc5d620cef7989a5eaa4c78a49961dd7 (patch)
treebd94ded1daf976102857c8bc163c46f397f35109 /debian/patches/import_time
parent39ef8a0bf8226eb3dc10ab7e0c5e9a96b7a1c5de (diff)
Debian packaging
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'
+