Converted gramps_main.py to a class, replace utils.py with Utils.py and

Config.py with GrampsCfg.py (for pychecker)


svn: r789
This commit is contained in:
Don Allingham
2002-02-22 03:55:32 +00:00
parent 8285071eee
commit d9c223deed
66 changed files with 2085 additions and 2513 deletions

View File

@@ -21,7 +21,6 @@
import os
import string
import re
import utils
import gnome.ui
import Plugins
import ImgManip

View File

@@ -20,7 +20,6 @@
from TextDoc import *
from latin_utf8 import latin_to_utf8
import utils
import time
import StringIO
import os

View File

@@ -25,7 +25,6 @@ import string
from TextDoc import *
from latin_utf8 import latin_to_utf8
import const
import utils
import Plugins
import intl
import ImgManip