Skip to content

Commit 31137eb

Browse files
author
Dilawar Singh
committed
Fixed, python2 incompatible print function use.
1 parent a5375cc commit 31137eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

paper-2015/Fig6_NetMultiscale/Fig6BCDE.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import print_function
12

23
#/**********************************************************************
34
#** This program is part of 'MOOSE', the
@@ -33,11 +34,9 @@
3334
from numpy import random as nprand
3435
from moose.neuroml.NeuroML import NeuroML
3536
import sys
36-
sys.path.append( "/home/bhalla/moose/trunk/Demos/util" )
3737
import rdesigneur as rd
3838
import moogli
3939
cellname = "./cells_channels/CA1_nochans.morph.xml"
40-
#cellname = "./ca1_minimal.p"
4140
fname = "fig6bcde"
4241

4342
#############################################

0 commit comments

Comments
 (0)