summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/source/access2base/access2base.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizards/source/access2base/access2base.py b/wizards/source/access2base/access2base.py
index ce88057247e1..ff0a9fbaa9cc 100644
--- a/wizards/source/access2base/access2base.py
+++ b/wizards/source/access2base/access2base.py
@@ -1323,9 +1323,8 @@ class _Form(_BasicObject):
class _Module(_BasicObject):
- classProperties = dict(CountOfDeclarationLines = False, CountOfLines = False
- , ProcStartLine = False, Type = False
- )
+ classProperties = dict(CountOfDeclarationLines = False, CountOfLines = False, Type = False)
+
def __init__(self, reference = -1, objtype = None, name = ''):
super().__init__(reference, objtype, name)
self.localProperties = ('startline', 'startcolumn', 'endline', 'endcolumn', 'prockind')