https://bugzilla.wikimedia.org/show_bug.cgi?id=55882
Kunal Mehta (Legoktm) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Kunal Mehta (Legoktm) <[email protected]> --- What about just: try: from collections import OrderedDict except ImportError OrderedDict = dict -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
