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

« back to all changes in this revision

Viewing changes to scripts/landscape-message

  • Committer: Christopher Armstrong
  • Date: 2008-06-10 10:56:01 UTC
  • Revision ID: radix@twistedmatrix.com-20080610105601-l9qfvqjf88e7j8b6
Import landscape-client into public branch

Show diffs side-by-side

added added

removed removed

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