all repos — Legends-RPG @ 38f6bd20a724d1a01555ecbe85fe01d759efd6dd

A fantasy mini-RPG built with Python and Pygame.

Dang it.  Another relative import.
Justin Armstrong justinmeister@gmail.com
Thu, 03 Apr 2014 22:11:15 -0700
commit

38f6bd20a724d1a01555ecbe85fe01d759efd6dd

parent

ce2b2c848151d5a9365aee0fc44c1037638725ed

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M data/tilemap.pydata/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