2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/* 143 files
    * test/try_tree_model.py
    * windows/nsis/gcheck.py
    imports cleanup

svn: r10055
This commit is contained in:
Raphael Ackermann
2008-02-18 20:07:09 +00:00
parent d0cb3a8451
commit 90f883e46d
146 changed files with 385 additions and 443 deletions

View File

@@ -37,7 +37,6 @@ except ImportError:
import gnome.gconf
gconf = gnome.gconf
import gobject
import Errors
from _GrampsConfigKeys import default_value

View File

@@ -23,13 +23,12 @@
"""
Low-level handling of .ini keys.
"""
import os
import time
import ConfigParser
import errno
import const
from _GrampsConfigKeys import *
from Config import DATE_FORMAT, NAME_FORMAT, default_value
NL = "\n" # FIX: newlines on Mac/Windows, if different?

View File

@@ -27,7 +27,7 @@ copy = """#
"""
from xml.parsers.expat import ExpatError, ParserCreate
from xml.parsers.expat import ParserCreate
class SchemaHandler: