Official removal of cli interface. Bad idea.

This commit is contained in:
Kenneth Reitz
2010-11-04 00:56:31 -04:00
parent 108c9de130
commit 8626351618
-14
View File
@@ -1,14 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Tabbed -- CLI for Tablib
Copyright (c) 2010 Kenneth Reitz. MIT License.
"""
import tablib.cli
if __name__ == '__main__':
tablib.cli.start()