Test importing things with dashes

This commit is contained in:
Paul R. Tagliamonte 2013-04-07 09:54:53 -04:00
parent 2724478f13
commit 9d36dab693
2 changed files with 5 additions and 1 deletions

View File

@ -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-as sys systest)
(import sys)

View File

@ -2,3 +2,7 @@
def kwtest(*args, **kwargs):
return kwargs
def function_with_a_dash():
pass