/[hyperestraier_wrappers]/trunk/examples/subway/scripts/run.py
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/examples/subway/scripts/run.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sat Sep 3 18:04:41 2005 UTC (18 years, 7 months ago) by dpavlin
File MIME type: text/x-python
File size: 220 byte(s)
make working copy
1 #!/usr/bin/env python
2
3 if __name__ == "__main__":
4 from subway.tools import run
5 import os
6 run.main(os.path.split(os.path.split(os.path.abspath(__file__))[0])[0]) # get the base directory of the site
7

  ViewVC Help
Powered by ViewVC 1.1.26