Skip to content

Commit

Permalink
import xrange from six.moves for python3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ballasn committed Feb 29, 2016
1 parent 92b57e1 commit c421062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theano/tensor/nnet/abstract_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from theano.tensor import as_tensor_variable, patternbroadcast
from theano.gof import Apply, Op

from six.moves import xrange

import numpy
try:
Expand Down

0 comments on commit c421062

Please sign in to comment.