style voodoo
This commit is contained in:
parent
0429cbea12
commit
03dfbde1b8
@ -80,5 +80,6 @@ class IfMangle(HoistableMangle):
|
||||
fn.replace(tree)
|
||||
return fn
|
||||
|
||||
|
||||
hy.mangle.MANGLES.append(IfMangle)
|
||||
hy.mangle.MANGLES.append(FunctionMangle)
|
||||
|
@ -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 []
|
||||
|
Loading…
Reference in New Issue
Block a user