This website requires JavaScript.
Explore
Help
Sign In
wirawan0
/
wpylib
Watch
1
Star
0
Fork
0
You've already forked wpylib
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
a0eb82ed2b74ecce2c64eb44f22eecf53f275cd6
wpylib
/
db
History
Wirawan Purwanto
606214eb66
* Changing all
isinstance(STUFF, str)' to
isinstance(STUFF, basestring)'
...
for future-proofing this code.
2012-04-13 17:10:32 -04:00
..
__init__.py
* Added "db" module group to deal with database management tasks.
2010-02-06 23:21:09 +00:00
.cvsignore
* Added "db" module group to deal with database management tasks.
2010-02-06 23:21:09 +00:00
file_db.py
* Changing all
isinstance(STUFF, str)' to
isinstance(STUFF, basestring)'
2012-04-13 17:10:32 -04:00
result_base.py
* Changing all
isinstance(STUFF, str)' to
isinstance(STUFF, basestring)'
2012-04-13 17:10:32 -04:00
tables.py
* Changing all
isinstance(STUFF, str)' to
isinstance(STUFF, basestring)'
2012-04-13 17:10:32 -04:00