Permalink
Browse files

Fix python script import statement

  • Loading branch information...
1 parent f4ea2f5 commit 1ed5e0d20433d7147d7a757e25a4367425d78c6f @forus forus committed Nov 11, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 scripts/xnattotransmartlink/downloadscript.py
@@ -3,7 +3,7 @@
import pyxnat
import subprocess
import sys
-from elementtree.ElementTree import parse
+from xml.etree.ElementTree import parse
CONFIG_PATH = './'
CONFIG_EXTENSION = ".xml"

0 comments on commit 1ed5e0d

Please sign in to comment.