Skip to content

Commit b879eb8

Browse files
committed
removed unused code
1 parent a021b0e commit b879eb8

7 files changed

Lines changed: 1 addition & 7 deletions

File tree

kepconfig/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# --------------------------------------------------------------------------
66

77
__version__ = "1.1.2"
8-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
98
from . import connection, error
109

1110
def path_split(path):

kepconfig/admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
7+
# __path__ = __import__("pkgutil").extend_path(__path__, __name__)
88
from . import users, user_groups,ua_server, lls

kepconfig/connectivity/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
# --------------------------------------------------------------------------
66

77

8-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
98
from . import channel, device, tag, egd, udd

kepconfig/connectivity/egd/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# --------------------------------------------------------------------------
66

77

8-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
98
from . import exchange, range, name
109

1110
CONSUMER_EXCHANGE = 'CONSUMER'

kepconfig/connectivity/udd/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
# --------------------------------------------------------------------------
66

77

8-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
98
from . import profile

kepconfig/datalogger/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
87
from . import log_group, log_items, triggers, mapping
98

kepconfig/iot_gateway/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# --------------------------------------------------------------------------
66

77

8-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
98
from . import agent, iot_items
109

1110
#IoT Gateway Agent Types

0 commit comments

Comments
 (0)