Skip to content

Commit

Permalink
make dreamplex compatible with python 2.6 images
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDavici committed Sep 11, 2014
1 parent 6456f45 commit b87356e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DP_ViewFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def getSubViewParams(tree):
myDictParams = {}

if subViewName is not None: # we do this for compatibility with oe16 with python 2.7
for element in view.iter("element"):
for element in view.findall("element"):
name = element.get("name")
myDictParams[name] = {}

Expand Down

0 comments on commit b87356e

Please sign in to comment.