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