Revision 1045
Added by Aaron Marcuse-Kubitza almost 13 years ago
lib/util.py | ||
---|---|---|
1 | 1 |
# Useful functions and classes |
2 | 2 |
|
3 |
import locale |
|
4 |
|
|
5 |
locale.setlocale(locale.LC_ALL, '') # needed to initialize locale |
|
6 |
|
|
7 | 3 |
#### Function wrappers for statements |
8 | 4 |
|
9 | 5 |
def noop(*args, **kw_args): pass |
Also available in: Unified diff
util.py: Removed locale import since it's no longer used by util