summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-11 18:04:50 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-11 18:04:50 -0700
commit47fe0c8c3ba9872996c07a20b4c9bdf5e64d6c03 (patch)
tree36c41b2483de1821d3f28ea5246850832af32af7
parenta0629df6e013515b40434c46dc60da02798bbe8f (diff)
downloadpython-cheetah-47fe0c8c3ba9872996c07a20b4c9bdf5e64d6c03.tar.gz
Missed a reference to the old optik parser, found on a fresh install and test run
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rw-r--r--src/Tests/CheetahWrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tests/CheetahWrapper.py b/src/Tests/CheetahWrapper.py
index 0abce36..7607918 100644
--- a/src/Tests/CheetahWrapper.py
+++ b/src/Tests/CheetahWrapper.py
@@ -29,8 +29,8 @@ import commands, os, shutil, sys, tempfile
import unittest_local_copy as unittest
import re # Used by listTests.
+from optparse import OptionParser
from Cheetah.CheetahWrapper import CheetahWrapper # Used by NoBackup.
-from Cheetah.Utils.optik import OptionParser # Used by main.
##################################################
## CONSTANTS & GLOBALS ##