use relative import

This commit is contained in:
François Poulain 2018-06-29 15:10:30 +02:00 committed by Frédéric Péters
parent 714bf8023b
commit 36f2e38a84
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from gettext import gettext as _
import logging
import warnings
from systempayv2 import isonow
from .systempayv2 import isonow
__all__ = ['Payment']