projects
/
osqa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
forgot to remove the flatpages controller import, it's not needed for this middleware
[osqa.git]
/
forum
/
utils
/
time.py
1
import datetime
2
3
def one_day_from_now():
4
return datetime.datetime.now() + datetime.timedelta(days=1)