mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
Be consistent with __future__ imports
This commit is contained in:
parent
50ed4e4b52
commit
cd156b503b
8 changed files with 15 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from behave import *
|
||||
import shutil
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue