Package pajammin :: Package util :: Module importlevel
[show private | hide private]
[frames | no frames]

Module pajammin.util.importlevel

An importer used to load old pajammin' levels. A previous version of Pajammin' used python script files to store levels. This module converts those old-style level files to Level objects, which can be pickled & saved.

The importer is typically run using the command-line interface (via the pajammin script).
Classes
Converter  

Variable Summary
str here = '/Users/edloper/programming/pajammin/src/pajammin...
list MONSTERS = ['Bird', 'Turtle', 'TurtleRider', 'Farie', 'S...

Variable Details

here

Type:
str
Value:
'/Users/edloper/programming/pajammin/src/pajammin/util/importlevel.py'\
                                                                       

MONSTERS

Type:
list
Value:
['Bird', 'Turtle', 'TurtleRider', 'Farie', 'Spider']