]> granicus.if.org Git - python/commit
Fix for SF bug #780996, crash when no .pynche file exists and -d
authorBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 03:15:50 +0000 (03:15 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 03:15:50 +0000 (03:15 +0000)
commiteb296d967b4e1ff2e87d652cf1d80f6adedb1228
treee2c2780b8f20118d60ad2cfabaf0581840e87095
parent6f7b213dda6f5ebb55ea7ab6d45879530035ad58
Fix for SF bug #780996, crash when no .pynche file exists and -d
option is not given.  If dbfile isn't given and can't be retrieved
from the optionsdb, just initialize it to the first element in
RGB_TXT.

Backport candidate.
Tools/pynche/Main.py