mirror of https://github.com/openXC7/prjxray.git
db.py: comment
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
34464f80f6
commit
ac139b8cb8
|
|
@ -33,6 +33,7 @@ class Database(object):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.db_root = db_root
|
self.db_root = db_root
|
||||||
|
# tilegrid.json JSON object
|
||||||
self.tilegrid = None
|
self.tilegrid = None
|
||||||
self.tileconn = None
|
self.tileconn = None
|
||||||
self.tile_types = None
|
self.tile_types = None
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue