root/cleverbox/branches/0.1/scripts/cleverbox-admin

Revision 91, 103 bytes (checked in by trivoallan, 6 years ago)

Removed hardcoded pythonpath.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#!/usr/bin/env python
2
3import sys
4
5from cleverbox.scripts.admin import run
6sys.exit(run(sys.argv[1:]))
Note: See TracBrowser for help on using the browser.