Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copyright statements; add LICENSE for EXIF.py | Will Kahn-Greene | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Add copyright header and a bit of pep8ification | Elrond | 2012-01-20 | 1 | -1/+18 |
| | | | | | | Nearly all the sql files missed a copyright header. So added it! And while there fixed a few pep8 things. | ||||
* | sql/fake.py: Some fake objects/methods to calm the code | Elrond | 2012-01-18 | 1 | -0/+28 |
sql/fake.py contains some fake classes and functions to calm the rest of the code base. Or provide super minimal implementations. Currently: - ObjectId "class": It's a function mostly doing int(first_arg) to convert string primary keys into integer primary keys. - InvalidId exception - DESCENING "constant" |