Project

General

Profile

« Previous | Next » 

Revision 1045

util.py: Removed locale import since it's no longer used by util

View differences:

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