1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Added configuration loading.

This commit is contained in:
2007-05-07 04:41:17 +00:00
parent c54ca0f0bf
commit afc1e325b0

View File

@@ -23,6 +23,7 @@ if __name__ == "__main__":
sys.exit(1)
conf = ConfigModel()
conf.load()
try:
import pygtk