prevent logging __future__ python dependency

This commit is contained in:
Alan Hamlett 2016-08-31 17:30:49 +02:00
parent 694205ebee
commit 3dd5e12d06
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# vim: set filetype=python
from __future__ import print_statement
import os, sys
import django.forms.monstertruck