diff --git a/bin/smart-logger b/bin/smart-logger new file mode 120000 index 0000000..0867fd8 --- /dev/null +++ b/bin/smart-logger @@ -0,0 +1 @@ +../smart/__main__.py \ No newline at end of file diff --git a/bin/smart-top b/bin/smart-top deleted file mode 120000 index 50bb6d6..0000000 --- a/bin/smart-top +++ /dev/null @@ -1 +0,0 @@ -../smart/top/__main__.py \ No newline at end of file diff --git a/smart/__init__.py b/smart/__init__.py old mode 100644 new mode 100755 index 747ac8c..b8ebde7 --- a/smart/__init__.py +++ b/smart/__init__.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """ This framework allows data to be logged to a given data store i.e : - disk, cloud (google, dropbox, box, sugarsync or s3) or a queue server