Add future
This commit is contained in:
parent
c6ae227adf
commit
093dff43c4
21 changed files with 72 additions and 32 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
from tempfile import mkdtemp
|
||||
|
||||
gettext = lambda s: s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue