Skip to content

Commit 9756630

Browse files
committed
travis spots a typo. good travis. travis gets a bisquit.
1 parent e49be68 commit 9756630

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wllvm/as.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"""
2828

2929
from __future__ import absolute_import
30+
3031
import sys
3132
import os
3233

@@ -36,7 +37,7 @@
3637

3738
from wllvm.popenwrapper import Popen
3839

39-
from wllvm.argumentlistfilter import ArgumentListFilter
40+
from wllvm.arglistfilter import ArgumentListFilter
4041

4142
import logging
4243
logging.basicConfig()

0 commit comments

Comments
 (0)