Fix another syntax error with newer Python versions
This commit is contained in:
parent
d0f12f81c8
commit
25a0d4b8f9
@ -1,4 +1,4 @@
|
||||
from pkgutil import extend_path
|
||||
|
||||
__path__ = extend_path(__path__, __name__)
|
||||
print __path__, __name__
|
||||
print(__path__, __name__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user