Remove helper code that was used for the getopt -> optparse transition.
commit1945547584deefeacd703e059b4c16f9ebeb1eb8
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 22:10:37 +0000 (7 22:10 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 7 Dec 2008 22:10:37 +0000 (7 22:10 +0000)
tree38ffb7ecb128c2292b8ec877e6ac7afe49b27647
parente0d6343198a3617ea5f1abfdab52c41e9414589e
Remove helper code that was used for the getopt -> optparse transition.

* cvs2svn_lib/run_options.py (GetoptOptions): Remove class.

  (RunOptions.opts): Remove member.

  (RunOptions.__init__): Don't initialize self.opts; don't create
  GetoptOptions instance.

  (RunOptions.get_options): Remove method.

  (RunOptions.verify_options_consumed): Don't look in self.opts for
  unconsumed options.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@4716 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn_lib/run_options.py