prevent logging __future__ python dependency
This commit is contained in:
parent
694205ebee
commit
3dd5e12d06
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vim: set filetype=python
|
||||
|
||||
from __future__ import print_statement
|
||||
|
||||
import os, sys
|
||||
import django.forms.monstertruck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue