aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filetypes/makefiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filetypes/makefiles.py b/filetypes/makefiles.py
index eac607e..d451541 100644
--- a/filetypes/makefiles.py
+++ b/filetypes/makefiles.py
@@ -1,6 +1,6 @@
from ply import lex
from ply import yacc
-from makefilecom import expand
+from filetypes.makefilecom import expand
def scanmakefile(makefile):
makefile = "\n" + makefile #Add \n so you can guess vars