style voodoo

This commit is contained in:
Paul R. Tagliamonte 2013-04-06 23:11:43 -04:00
parent 0429cbea12
commit 03dfbde1b8
2 changed files with 2 additions and 1 deletions

View File

@ -80,5 +80,6 @@ class IfMangle(HoistableMangle):
fn.replace(tree)
return fn
hy.mangle.MANGLES.append(IfMangle)
hy.mangle.MANGLES.append(FunctionMangle)

View File

@ -2,8 +2,8 @@
(import-from tests.resources kwtest)
(import-from os.path exists isdir isfile)
(import sys)
(import-as sys systest)
(import sys)
(defn test-sys-argv []