boartty/gertty
Joshua Harlow b3ea5cf5e2 Read using a file handle instead of read() method
The read() method silently ignores errors which is
not so useful if .gerttyrc doesn't exist, so instead
of using that use the readfp which will open the file
and then correctly read from the file (and raise if
the file does not exist).

Change-Id: I3bf68408595e06c6ffb60632b46995c1fadbea3f
2014-04-29 17:42:44 -07:00
..
view Initial commit 2014-04-29 16:28:49 -07:00
__init__.py Initial commit 2014-04-29 16:28:49 -07:00
config.py Read using a file handle instead of read() method 2014-04-29 17:42:44 -07:00
db.py Initial commit 2014-04-29 16:28:49 -07:00
gertty.py Initial commit 2014-04-29 16:28:49 -07:00
gitrepo.py Initial commit 2014-04-29 16:28:49 -07:00
mywid.py Initial commit 2014-04-29 16:28:49 -07:00
sync.py Initial commit 2014-04-29 16:28:49 -07:00