Convert filenames to lower case
svn: r20985
This commit is contained in:
parent
12496556f0
commit
57dc4c0118
@ -20,6 +20,6 @@
|
|||||||
|
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
from .TabbedDoc import TabbedDoc
|
from .tabbeddoc import TabbedDoc
|
||||||
from .ODSTab import ODSTab
|
from .odstab import ODSTab
|
||||||
from .CSVTab import CSVTab
|
from .csvtab import CSVTab
|
||||||
|
@ -32,7 +32,7 @@ import csv
|
|||||||
# gramps modules
|
# gramps modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from .TabbedDoc import *
|
from .tabbeddoc import *
|
||||||
|
|
||||||
class CSVTab(TabbedDoc):
|
class CSVTab(TabbedDoc):
|
||||||
|
|
@ -35,7 +35,7 @@ from ...ggettext import gettext as _
|
|||||||
# Gramps modules
|
# Gramps modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from .TabbedDoc import *
|
from .tabbeddoc import *
|
||||||
from ...const import PROGRAM_NAME, VERSION
|
from ...const import PROGRAM_NAME, VERSION
|
||||||
from ...errors import ReportError
|
from ...errors import ReportError
|
||||||
from ...constfunc import cuni
|
from ...constfunc import cuni
|
@ -17,7 +17,6 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
# docgen/TabbedDoc.py
|
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
@ -62,7 +62,7 @@ from gramps.gui.selectors.selectplace import SelectPlace
|
|||||||
|
|
||||||
from gi.repository import OsmGpsMap as osmgpsmap
|
from gi.repository import OsmGpsMap as osmgpsmap
|
||||||
from . import constants
|
from . import constants
|
||||||
from .osmGps import OsmGps
|
from .osmgps import OsmGps
|
||||||
from .selectionlayer import SelectionLayer
|
from .selectionlayer import SelectionLayer
|
||||||
from .placeselection import PlaceSelection
|
from .placeselection import PlaceSelection
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ from gi.repository import Gtk
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from gramps.gen.errors import WindowActiveError
|
from gramps.gen.errors import WindowActiveError
|
||||||
from gramps.gui.managedwindow import ManagedWindow
|
from gramps.gui.managedwindow import ManagedWindow
|
||||||
from .osmGps import OsmGps
|
from .osmgps import OsmGps
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -572,7 +572,7 @@ gramps/plugins/lib/libplugins.gpr.py
|
|||||||
gramps/plugins/lib/librecords.py
|
gramps/plugins/lib/librecords.py
|
||||||
gramps/plugins/lib/libtranslate.py
|
gramps/plugins/lib/libtranslate.py
|
||||||
gramps/plugins/lib/maps/geography.py
|
gramps/plugins/lib/maps/geography.py
|
||||||
gramps/plugins/lib/maps/osmGps.py
|
gramps/plugins/lib/maps/osmgps.py
|
||||||
gramps/plugins/lib/maps/placeselection.py
|
gramps/plugins/lib/maps/placeselection.py
|
||||||
gramps/plugins/mapservices/eniroswedenmap.py
|
gramps/plugins/mapservices/eniroswedenmap.py
|
||||||
gramps/plugins/mapservices/mapservice.gpr.py
|
gramps/plugins/mapservices/mapservice.gpr.py
|
||||||
|
@ -264,9 +264,9 @@ gramps/gen/utils/test/callback_test.py
|
|||||||
# gen.utils.docgen
|
# gen.utils.docgen
|
||||||
#
|
#
|
||||||
gramps/gen/utils/docgen/__init__.py
|
gramps/gen/utils/docgen/__init__.py
|
||||||
gramps/gen/utils/docgen/CSVTab.py
|
gramps/gen/utils/docgen/csvtab.py
|
||||||
gramps/gen/utils/docgen/ODSTab.py
|
gramps/gen/utils/docgen/odstab.py
|
||||||
gramps/gen/utils/docgen/TabbedDoc.py
|
gramps/gen/utils/docgen/tabbeddoc.py
|
||||||
#
|
#
|
||||||
# gui - GUI code
|
# gui - GUI code
|
||||||
#
|
#
|
||||||
@ -424,7 +424,7 @@ gramps/plugins/drawreport/__init__.py
|
|||||||
#
|
#
|
||||||
gramps/plugins/export/exportftree.py
|
gramps/plugins/export/exportftree.py
|
||||||
gramps/plugins/export/__init__.py
|
gramps/plugins/export/__init__.py
|
||||||
gramps/plugins/export/test/exportVCard_test.py
|
gramps/plugins/export/test/exportvcard_test.py
|
||||||
#
|
#
|
||||||
# plugins/lib directory
|
# plugins/lib directory
|
||||||
#
|
#
|
||||||
@ -464,7 +464,7 @@ gramps/plugins/quickview/__init__.py
|
|||||||
# plugins/import directory
|
# plugins/import directory
|
||||||
#
|
#
|
||||||
gramps/plugins/importer/__init__.py
|
gramps/plugins/importer/__init__.py
|
||||||
gramps/plugins/importer/test/importVCard_test.py
|
gramps/plugins/importer/test/importvcard_test.py
|
||||||
#
|
#
|
||||||
# plugins/gramplet directory
|
# plugins/gramplet directory
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user