Skip to content

Commit 3b95c7f

Browse files
committed
Remove preinitialization in src.api
Avoids circular imports with pytest
1 parent d91e9cc commit 3b95c7f

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/api/__init__.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +0,0 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
3-
# vim: ts=4:et:sw=4:
4-
5-
# ----------------------------------------------------------------------
6-
# Copyleft (K), Jose M. Rodriguez-Rosa (a.k.a. Boriel)
7-
#
8-
# This program is Free Software and is released under the terms of
9-
# the GNU General License
10-
# ----------------------------------------------------------------------
11-
12-
from src.api import debug # noqa
13-
from src.api import errors # noqa
14-
from src.api import errmsg # noqa
15-
from src.api import utils # noqa
16-
from src.api import symboltable # noqa

0 commit comments

Comments
 (0)