remove the unnecessary __main__ code
This commit is contained in:
parent
adb1c2a1f8
commit
1ab776bcb8
|
@ -97,8 +97,4 @@ class Container(object):
|
||||||
"""Unzoom a terminal"""
|
"""Unzoom a terminal"""
|
||||||
raise NotImplementedError('unzoom')
|
raise NotImplementedError('unzoom')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
CONTAINER = Container()
|
|
||||||
CONTAINER.zoom()
|
|
||||||
|
|
||||||
# vim: set expandtab ts=4 sw=4:
|
# vim: set expandtab ts=4 sw=4:
|
||||||
|
|
Loading…
Reference in New Issue