summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ttystatus/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 2477e08..2eab310 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -13,9 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-__version__ = '0.23'
-
from .messager import Messager
from .status import TerminalStatus
from .widget import Widget
@@ -35,4 +32,8 @@ from .bytespeed import ByteSpeed
from .fmt import parse
+
+__version__ = '0.23'
+
+
__all__ = locals()