Skip to content

Commit 21d12e7

Browse files
committed
test
1 parent 44bbfd5 commit 21d12e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygsp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'utils',
3030
]
3131

32-
_utils.import_modules(__all__, 'pygsp', 'pygsp')
32+
_utils.import_modules(__all__[::-1], 'pygsp', 'pygsp')
3333

3434
__version__ = '0.4.2'
3535
__release_date__ = '2017-04-27'

0 commit comments

Comments
 (0)