fix import

This commit is contained in:
François Boulogne 2014-07-10 22:52:49 -04:00
parent f123bc3ad1
commit 22e4a09bda
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
# Phyks
# -----------------------------------------------------------------------------
import unittest
from backend import *
from libbmc.backend import *
from bibtexparser.bparser import BibTexParser
import os
import shutil

View File

@ -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):

View File

@ -10,7 +10,7 @@
# -----------------------------------------------------------------------------
import unittest
from fetcher import *
from libbmc.fetcher import *
class TestFetcher(unittest.TestCase):

View File

@ -10,7 +10,7 @@
# -----------------------------------------------------------------------------
import unittest
from tools import *
from libbmc.tools import *
class TestTools(unittest.TestCase):