~simpoir/landscape-client/py3fix-network-usage

« back to all changes in this revision

Viewing changes to scripts/landscape-message

  • Committer: Adam Collard
  • Date: 2017-01-05 11:19:41 UTC
  • mto: This revision was merged to the branch mainline in revision 930.
  • Revision ID: adam.collard@canonical.com-20170105111941-pov96h7g5hc2myb6
Remove dbus code, KIWF v1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
import sys, os
3
 
if os.path.dirname(os.path.abspath(sys.argv[0])) == os.path.abspath("scripts"):
4
 
    sys.path.insert(0, "./")
5
 
 
6
 
from landscape.textmessage import run
7
 
 
8
 
run()