Merged: Add time to auth.py

Author: Tzafrir Cohen <tzafrir@debian.org>
Desription: Missing import from auth.py
http://git.tzafrir.org.il/?p=plinth/plinth.git
This commit is contained in:
Nick Daly 2013-09-08 16:52:57 -05:00
parent 10938f8ea9
commit ad7f932fe8

View File

@ -12,6 +12,7 @@ import cherrypy
import urllib, hashlib
import cfg
import random
import time
cfg.session_key = '_cp_username'