Skip to content

Commit

Permalink
Tiny change, hid one variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn-martinsson committed Jun 13, 2020
1 parent 6f1e0eb commit da4a60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrival/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .version import version as __version__

import os as _os
for s in ('algebra', 'combinatorics', 'data_structures', 'geometry',
for _s in ('algebra', 'combinatorics', 'data_structures', 'geometry',
'graphs', 'linear_algebra', 'numerical', 'strings', 'misc', 'tools'):
__path__.append(_os.path.join(_os.path.dirname(__file__), s))
__path__.append(_os.path.join(_os.path.dirname(__file__), _s))

0 comments on commit da4a60b

Please sign in to comment.