~habnabit/tunnelhack/master

« back to all changes in this revision

Viewing changes to th/data/__init__.py

  • Committer: habnabit
  • Date: 2008-03-29 20:37:31 UTC
  • Revision ID: svn-v4:369ffef2-ccd3-42fb-80ba-5443f1475c69:trunk/tunnelhack/pythonport:755
1.0 -> 1.1 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
gen_module('Items', 'Kind.Kind')
3
3
gen_module('Species', 'Spe.Spe')
4
4
gen_module('Nodes', 'Node.Node', instantiate=0)
 
5
from . import Items, Species, Nodes
5
6
__all__ = ['Items', 'Species', 'Nodes']