Mercurial > fife-parpg
view clients/editor/__init__.py @ 188:06dddc96ce54
* Fixed some space and tab mixing
* Fixed a small bug in manager.py, thanks to phoku for the pointer.
author | nihathrael@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 26 Feb 2009 11:26:01 +0000 |
parents | 4a0efb7baf70 |
children | 51cc05d862f2 |
line wrap: on
line source
# coding: utf-8 from fifedit import Fifedit from selection import Selection __all__ = [ 'fifedit', 'selection', 'plugins' ]