move out banner, fail at emulator

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-26 11:05:18 +02:00
commit 16d58dcac7
5 changed files with 140 additions and 122 deletions

View file

@ -19,6 +19,9 @@
#
#
TYPE_PREFIX = "__"
VERSION = "2.0.2"
class Error(Exception):
"""Base exception class for this project"""
pass