removed twoD option remnants

This commit is contained in:
Philip Eisenlohr 2013-06-30 19:09:01 +00:00
parent 1f891c544d
commit 39758f5c53
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ parser.add_option('-b', '--black', dest='black', action='extend', type='string',
parser.set_defaults(t = 1)
parser.set_defaults(black = [])
parser.set_defaults(twoD = False)
(options, filenames) = parser.parse_args()