forked from DGNum/gestioCOF
PEP8 on imports
This commit is contained in:
parent
29d7654052
commit
47b7d934e0
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ from django.contrib.auth.models import User, Group, Permission, ContentType
|
||||||
|
|
||||||
from gestioncof.management.base import MyBaseCommand
|
from gestioncof.management.base import MyBaseCommand
|
||||||
from gestioncof.models import CofProfile
|
from gestioncof.models import CofProfile
|
||||||
from kfet.models import Account, Article, OperationGroup, Operation,\
|
from kfet.models import (Account, Article, OperationGroup, Operation,
|
||||||
Checkout, CheckoutStatement
|
Checkout, CheckoutStatement)
|
||||||
|
|
||||||
# Où sont stockés les fichiers json
|
# Où sont stockés les fichiers json
|
||||||
DATA_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)),
|
DATA_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)),
|
||||||
|
|
Loading…
Reference in a new issue