~divmod-dev/divmod.org/1304710-storeless-adapter

« back to all changes in this revision

Viewing changes to Vertex/bin/vertex

  • Committer: cyli
  • Date: 2013-06-27 06:02:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2702.
  • Revision ID: cyli-20130627060246-ciict8hwvjuy9d81
Move Vertex out of the Divmod.org repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
# Copyright 2005 Divmod, Inc.  See LICENSE file for details
3
 
 
4
 
from vertex.q2qclient import Q2QClientProgram
5
 
 
6
 
if __name__ == '__main__':
7
 
    Q2QClientProgram().parseOptions()