Dang it. Another relative import.
Justin Armstrong justinmeister@gmail.com
Thu, 03 Apr 2014 22:11:15 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
data/tilemap.py
→
data/tilemap.py
@@ -2,7 +2,7 @@ __author__ = 'justinarmstrong'
import os import pygame as pg -import tools, setup +from . import tools, setup from . components import person, portal from . import constants as c