diff rhodecode/config/rcextensions/make_rcextensions.py @ 2268:6eaa2395a80e

small issue fixes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 15 May 2012 23:07:59 +0200
parents 30ab2e403a20
children 5019f7798733
line wrap: on
line diff
--- a/rhodecode/config/rcextensions/make_rcextensions.py	Sun May 13 21:21:06 2012 +0200
+++ b/rhodecode/config/rcextensions/make_rcextensions.py	Tue May 15 23:07:59 2012 +0200
@@ -22,12 +22,13 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+from __future__ import with_statement
+
 import os
 import sys
 import pkg_resources
 import traceback
 import logging
-from __future__ import with_statement
 from os.path import dirname as dn, join as jn
 
 #to get the rhodecode import