add lib directory

This commit is contained in:
François Boulogne 2014-07-10 22:50:16 -04:00
parent 7bb209dc6c
commit f123bc3ad1
22 changed files with 9 additions and 5 deletions

10
bmc.py
View File

@ -7,13 +7,13 @@ import shutil
import subprocess
import sys
import tempfile
import backend
import fetcher
import tearpages
import tools
from bibtexparser.bparser import BibTexParser
from codecs import open
from config import Config
from libbmc.config import Config
from libbmc import backend
from libbmc import fetcher
from libbmc import tearpages
from libbmc import tools
config = Config()

4
libbmc/__init__.py Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-