Subversion Repositories SmartDukaan

Rev

Rev 3893 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3893 Rev 3896
Line 19... Line 19...
19
if len(sys.argv) <= 1 or sys.argv[1] == '--help':
19
if len(sys.argv) <= 1 or sys.argv[1] == '--help':
20
  print ''
20
  print ''
21
  print 'Usage: ' + sys.argv[0] + ' [-h host:port] [-u url] [-f[ramed]] function [arg1 [arg2...]]'
21
  print 'Usage: ' + sys.argv[0] + ' [-h host:port] [-u url] [-f[ramed]] function [arg1 [arg2...]]'
22
  print ''
22
  print ''
23
  print 'Functions:'
23
  print 'Functions:'
24
  print '  void pushContentToProduction(i64 entityId)'
24
  print '  bool pushContentToProduction(i64 entityId)'
25
  print ''
25
  print ''
26
  sys.exit(0)
26
  sys.exit(0)
27
 
27
 
28
pp = pprint.PrettyPrinter(indent = 2)
28
pp = pprint.PrettyPrinter(indent = 2)
29
host = 'localhost'
29
host = 'localhost'