From a8340045ee91e454c67c59f18d8f2bcf377842db Mon Sep 17 00:00:00 2001 From: Metallicow Date: Mon, 5 Dec 2016 16:43:18 -0600 Subject: [PATCH] Trim trailing space etg directory --- etg/_aui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etg/_aui.py b/etg/_aui.py index f7e9e3cb..deaf5b38 100644 --- a/etg/_aui.py +++ b/etg/_aui.py @@ -10,7 +10,7 @@ import etgtools import etgtools.tweaker_tools as tools -PACKAGE = "wx" +PACKAGE = "wx" MODULE = "_aui" NAME = "_aui" # Base name of the file to generate to for this script DOCSTRING = """\ @@ -23,7 +23,7 @@ There is also a pure-python implementation of these classes available in the """ # The classes and/or the basename of the Doxygen XML files to be processed by -# this script. +# this script. ITEMS = [ ] @@ -47,7 +47,7 @@ OTHERDEPS = [ ] #--------------------------------------------------------------------------- - + def run(): # Parse the XML file(s) building a collection of Extractor objects module = etgtools.ModuleDef(PACKAGE, MODULE, NAME, DOCSTRING)