carmenalab / brain-python-interface

Other
6 stars 8 forks source link

source/sink: fix the circular import between source and sink #13

Open sgowda opened 9 years ago

sgowda commented 9 years ago

source.py and sink.py both inherit from each other, leaving the potential for a circular import. This could be resolved by combining the code into one file.