Skip to content

Commit 2e9301f

Browse files
author
Troy Melhase
committed
Makes overloading.py part of distribution.
1 parent 512ea83 commit 2e9301f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/configs/Class10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from java2python.config.default import modulePrologueHandlers
22

33
modulePrologueHandlers += [
4-
'from configs.overloading import overloaded',
4+
'from java2python.mod.include.overloading import overloaded',
55
'from abc import ABCMeta, abstractmethod',
66
]

test/configs/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
modulePrologueHandlers = default.modulePrologueHandlers + [
7-
'from configs.overloading import overloaded',
7+
'from java2python.mod.include.overloading import overloaded',
88
'from abc import ABCMeta, abstractmethod',
99
'import zope.interface',
1010
]

0 commit comments

Comments
 (0)