Browse Source

make imports absolute

master
Stephane Martin 7 years ago
parent
commit
45a1b1a7af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      realms/lib/test.py

+ 1
- 1
realms/lib/test.py View File

@@ -6,8 +6,8 @@ import tempfile

from flask_testing import TestCase

from realms.lib.util import random_string
from realms import create_app
from realms.lib.util import random_string


class BaseTest(TestCase):


Loading…
Cancel
Save