Test importing things with dashes
This commit is contained in:
parent
2724478f13
commit
9d36dab693
@ -1,6 +1,6 @@
|
|||||||
;
|
;
|
||||||
|
|
||||||
(import-from tests.resources kwtest)
|
(import-from tests.resources kwtest function-with-a-dash)
|
||||||
(import-from os.path exists isdir isfile)
|
(import-from os.path exists isdir isfile)
|
||||||
(import-as sys systest)
|
(import-as sys systest)
|
||||||
(import sys)
|
(import sys)
|
||||||
|
@ -2,3 +2,7 @@
|
|||||||
|
|
||||||
def kwtest(*args, **kwargs):
|
def kwtest(*args, **kwargs):
|
||||||
return kwargs
|
return kwargs
|
||||||
|
|
||||||
|
|
||||||
|
def function_with_a_dash():
|
||||||
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user