runner formating

This commit is contained in:
Kenneth Reitz
2010-07-13 08:55:03 -04:00
parent 22058a4d95
commit 2ae1781e32
-9
View File
@@ -1,21 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# _____ ______ ______ _________
# __ /_______ ____ /_ ___ /_ _____ ______ /
# _ __/_ __ `/__ __ \__ __ \_ _ \_ __ /
# / /_ / /_/ / _ /_/ /_ /_/ // __// /_/ /
# \__/ \__,_/ /_.___/ /_.___/ \___/ \__,_/
"""
Tabbed
Copyright (c) 2010 Kenneth Reitz. MIT License.
"""
import tabbed.cli
import tabbed
if __name__ == '__main__':