From 39758f5c53c02d68586f7acedb5b5d76fa196121 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Sun, 30 Jun 2013 19:09:01 +0000 Subject: [PATCH] removed twoD option remnants --- processing/pre/geom_stretchInterfaces.py | 1 - 1 file changed, 1 deletion(-) diff --git a/processing/pre/geom_stretchInterfaces.py b/processing/pre/geom_stretchInterfaces.py index 3d4f2ea10..89f074c7e 100755 --- a/processing/pre/geom_stretchInterfaces.py +++ b/processing/pre/geom_stretchInterfaces.py @@ -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()