This deserves its own commit. Errant print statment. DELETED.

This commit is contained in:
Samuel Clay 2012-01-14 20:55:29 -08:00
parent 072008cbe4
commit f0b363d184

View file

@ -26,7 +26,6 @@ class JammitAssets:
Read the assets from the YAML and store it as a lookup dictionary.
"""
filepath = os.path.join(self.assets_dir, self.ASSET_FILENAME)
print filepath
f = open(filepath, 'r')
return yaml.load(f.read())