diff --git a/tabbed b/tabbed deleted file mode 160000 index 28a7222..0000000 --- a/tabbed +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 28a722239b883a11d0067488e6cd765a945d1dd2 diff --git a/tabbed b/tabbed new file mode 100755 index 0000000..c30ec36 --- /dev/null +++ b/tabbed @@ -0,0 +1,14 @@ +#!/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() \ No newline at end of file