Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix superset cli for python3 (#1760)
* Fix superset cli for python3 dict.iteritems() has been removed since dict.items() returns an iterable in python3. Shouldn't be a big deal for python2 to load all the data into a list. Fix #1756 * bin/superset: avoid some work when reading config We don't need to unpack and then pack again a dictionary.
- Loading branch information