Skip to content

Commit

Permalink
Changing to python3 style module imports for importing pycrobe module…
Browse files Browse the repository at this point in the history
…s within pycrobe modules
  • Loading branch information
Ryan McGee authored and Ryan McGee committed Mar 5, 2020
1 parent 812e74d commit 9ff0718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycrobe/betalactamase.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import scipy.stats
import copy

from standard import *
from .standard import *


##################################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(name='pycrobe',
packages=['pycrobe'],
version='0.2.2',
version='0.2.3',
description='A simple package for simulations of microbial growth experiments with realistic sources of error.',
author='Ryan Seamus McGee',
author_email='[email protected]',
Expand Down

0 comments on commit 9ff0718

Please sign in to comment.