Revision 9383
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/sql_gen.py | ||
---|---|---|
3 | 3 |
import copy |
4 | 4 |
import itertools |
5 | 5 |
import operator |
6 |
from ordereddict import OrderedDict
|
|
6 |
from collections import OrderedDict
|
|
7 | 7 |
import re |
8 | 8 |
import UserDict |
9 | 9 |
import warnings |
Also available in: Unified diff
lib/sql_gen.py: import OrderedDict from collections instead of ordereddict for Mac 10.8 Mountain Lion upgrade