dirtywords

portable text interface framework  https://pypi.python.org/pypi/dirtywords
git clone https://git.ce9e.org/dirtywords.git

commit
8d78fcb0bcf57b0fc24b954811ee6af2de1254fe
parent
15af5afc601790f37c2b53ddfe44ac34c5f3f517
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-10-07 18:12
reexport AttrString in __init__

Diffstat

M dirtywords/__init__.py 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/dirtywords/__init__.py b/dirtywords/__init__.py

@@ -9,3 +9,4 @@ except ImportError:
    9     9         from stupid_core import Screen
   10    10 
   11    11 from base import Window
   -1    12 from base import AttrString