Since we recommend one module per import line, reflect this also in the

documentation.
This commit is contained in:
Jeroen Ruigrok van der Werven 2009-02-19 18:52:21 +00:00
parent a630735b31
commit 5149742e8b
31 changed files with 96 additions and 42 deletions

View file

@ -1,5 +1,6 @@
import datetime
import sqlite3
import datetime, time
import time
def adapt_datetime(ts):
return time.mktime(ts.timetuple())