add import for deepcopy
authorsmbaker <smbaker@fc8clean.lan>
Fri, 28 Oct 2011 19:13:34 +0000 (12:13 -0700)
committersmbaker <smbaker@fc8clean.lan>
Fri, 28 Oct 2011 19:13:34 +0000 (12:13 -0700)
sfa/rspecs/versions/sfav1.py

index c3bb208..f938463 100644 (file)
@@ -1,3 +1,4 @@
+from copy import deepcopy
 from lxml import etree
 from sfa.util.xrn import hrn_to_urn, urn_to_hrn
 from sfa.util.plxrn import PlXrn