bbcf / bbcflib

Internal utility modules for the BBCF
http://bbcf.epfl.ch/bbcflib
GNU General Public License v3.0
7 stars 4 forks source link

Dependencies #7

Closed yjarosz closed 13 years ago

yjarosz commented 13 years ago

Regarding this issue : https://github.com/bbcf/gMiner/issues/15

I found weird that in order to use gMiner I have to install bein. GDV just use gMiner & bbcflib.track & this modules should never use 'bein'.

I'm sure it's just a small bug somewhere.... :)

jrougemo commented 13 years ago

I'm preparing a commit of common.py where I isolate the bein-dependent functions and will include them only if bein is present, otherwise skip. Give me a few minutes...

xapple commented 13 years ago

I created a new file common.py in the track directory in order to make that package independent. The solution of just defining every function inside of a try statement is a bit strange...