bug fixes
This commit is contained in:
parent
e36216552c
commit
c3ba7464fe
@ -74,7 +74,7 @@ class ServiceManager(object):
|
|||||||
files = [
|
files = [
|
||||||
f for f in os.listdir(mypath) \
|
f for f in os.listdir(mypath) \
|
||||||
if f not in ('__init__.py') and \
|
if f not in ('__init__.py') and \
|
||||||
not f.endswith('.pyc') and \
|
f.endswith('.py') and \
|
||||||
not os.path.isdir(mypath+os.sep+f)
|
not os.path.isdir(mypath+os.sep+f)
|
||||||
]
|
]
|
||||||
base_class = (
|
base_class = (
|
||||||
|
|||||||
@ -64,7 +64,7 @@ class ServiceManager(object):
|
|||||||
files = [
|
files = [
|
||||||
f for f in os.listdir(mypath) \
|
f for f in os.listdir(mypath) \
|
||||||
if f not in ('__init__.py') and \
|
if f not in ('__init__.py') and \
|
||||||
not f.endswith('.pyc') and \
|
f.endswith('.py') and \
|
||||||
not os.path.isdir(mypath+os.sep+f)
|
not os.path.isdir(mypath+os.sep+f)
|
||||||
]
|
]
|
||||||
base_class = (
|
base_class = (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user