Browse Source

updates executable

Steve Nyemba 1 year ago
parent
commit
d06862c767
3 changed files with 2 additions and 1 deletions
  1. 1 0
      bin/smart-logger
  2. 0 1
      bin/smart-top
  3. 1 0
      smart/__init__.py

+ 1 - 0
bin/smart-logger

@@ -0,0 +1 @@
+../smart/__main__.py

+ 0 - 1
bin/smart-top

@@ -1 +0,0 @@
-../smart/top/__main__.py

+ 1 - 0
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 :
 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
     - disk, cloud (google, dropbox, box, sugarsync or s3) or a queue server