mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Import os before using it.
This commit is contained in:
parent
124ca33f4e
commit
776ce96d52
@ -31,6 +31,7 @@
|
|||||||
Module for some slight database-independence for simple databases.
|
Module for some slight database-independence for simple databases.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import os
|
||||||
import csv
|
import csv
|
||||||
import math
|
import math
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
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)'
|
||||||
|
Loading…
Reference in New Issue
Block a user