We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0178a12 commit 0b7a2a0Copy full SHA for 0b7a2a0
roundup/rest.py
@@ -38,7 +38,7 @@
38
logger = logging.getLogger('roundup.rest')
39
40
try:
41
- # if dicttoxml2 (or dicttoxml for Python <= 3.6)
+ # if dicttoxml2
42
# is installed in roundup directory, use it
43
from roundup.dicttoxml2 import dicttoxml
44
except ImportError:
0 commit comments