Import os before using it.

This commit is contained in:
Valentin Lorentz 2012-05-02 20:48:49 +02:00
parent 124ca33f4e
commit 776ce96d52
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
Module for some slight database-independence for simple databases.
"""
import os
import csv
import math

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change
them once."""
version = '0.83.4.1+limnoria (2012-04-27T16:14:29+0000)'
version = '0.83.4.1+limnoria (2012-05-02T18:48:49+0000)'