import copy.deepcopy
authorTony Mack <tmack@cs.princeton.edu>
Mon, 23 Aug 2010 21:49:55 +0000 (21:49 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 23 Aug 2010 21:49:55 +0000 (21:49 +0000)
sfa/util/rspecHelper.py

index 0db7f8e..8d00239 100755 (executable)
@@ -1,6 +1,7 @@
 #! /usr/bin/env python
 
 import sys
+from copy import deepcopy
 from lxml import etree
 from StringIO import StringIO
 from optparse import OptionParser