From: Zbigniew Jędrzejewski-S. <zb...@in...> - 2014-04-01 21:11:00
|
--- python/moose/xmls_to_network/core/neuroml_to_moose.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/moose/xmls_to_network/core/neuroml_to_moose.py b/python/moose/xmls_to_network/core/neuroml_to_moose.py index 1ee74ad..fc013b9 100644 --- a/python/moose/xmls_to_network/core/neuroml_to_moose.py +++ b/python/moose/xmls_to_network/core/neuroml_to_moose.py @@ -55,7 +55,6 @@ prototype includes. from __future__ import print_function from future_builtins import zip, map import sys, os -from urllib2 import urlopen import numpy as np import neuroml2_parser as nml from units import SI -- 1.8.5.3 |