Skip to content

Commit

Permalink
Fix for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpelt committed Apr 11, 2016
1 parent 9b13906 commit 6bd70c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mrfbp/Reconstructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
#-----------------------------------------------------------------------

import Reductors
from . import Reductors
import numpy as np
import numpy.linalg as na
import scipy.ndimage.filters as snf
Expand Down
4 changes: 2 additions & 2 deletions mrfbp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
#
#-----------------------------------------------------------------------

from Reconstructor import *
from astra_plugin import plugin
from .Reconstructor import *
from .astra_plugin import plugin

0 comments on commit 6bd70c9

Please sign in to comment.