remove the unnecessary __main__ code

This commit is contained in:
Chris Jones 2009-08-09 23:56:08 +01:00
parent adb1c2a1f8
commit 1ab776bcb8
1 changed files with 0 additions and 4 deletions

View File

@ -97,8 +97,4 @@ class Container(object):
"""Unzoom a terminal"""
raise NotImplementedError('unzoom')
if __name__ == '__main__':
CONTAINER = Container()
CONTAINER.zoom()
# vim: set expandtab ts=4 sw=4: