fix import
This commit is contained in:
parent
f123bc3ad1
commit
22e4a09bda
@ -9,7 +9,7 @@
|
||||
# Phyks
|
||||
# -----------------------------------------------------------------------------
|
||||
import unittest
|
||||
from backend import *
|
||||
from libbmc.backend import *
|
||||
from bibtexparser.bparser import BibTexParser
|
||||
import os
|
||||
import shutil
|
||||
|
@ -9,11 +9,11 @@
|
||||
# Phyks
|
||||
# -----------------------------------------------------------------------------
|
||||
import unittest
|
||||
from config import Config
|
||||
import json
|
||||
import os
|
||||
import tempfile
|
||||
import shutil
|
||||
from libbmc.config import Config
|
||||
|
||||
|
||||
class TestConfig(unittest.TestCase):
|
||||
|
@ -10,7 +10,7 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
import unittest
|
||||
from fetcher import *
|
||||
from libbmc.fetcher import *
|
||||
|
||||
|
||||
class TestFetcher(unittest.TestCase):
|
||||
|
@ -10,7 +10,7 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
import unittest
|
||||
from tools import *
|
||||
from libbmc.tools import *
|
||||
|
||||
|
||||
class TestTools(unittest.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user