Author: janne
Date: 2010-08-08 09:22:50 +0000 (Sun, 08 Aug 2010)
New Revision: 25591
Changeset: http://svn.mythtv.org/trac/changeset/25591
Modified:
trunk/mythtv/bindings/python/MythTV/logging.py
Log:
python: fix __future__ import in python 2.6
from __future__ imports have to be before all other imports. Refs #8743