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:
@@ -37,7 +37,6 @@ except ImportError:
|
||||
import gnome.gconf
|
||||
gconf = gnome.gconf
|
||||
|
||||
import gobject
|
||||
import Errors
|
||||
from _GrampsConfigKeys import default_value
|
||||
|
||||
|
@@ -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?
|
||||
|
||||
|
@@ -27,7 +27,7 @@ copy = """#
|
||||
|
||||
"""
|
||||
|
||||
from xml.parsers.expat import ExpatError, ParserCreate
|
||||
from xml.parsers.expat import ParserCreate
|
||||
|
||||
class SchemaHandler:
|
||||
|
||||
|
Reference in New Issue
Block a user