Skip to content

Commit

Permalink
Fix python2 import (#93)
Browse files Browse the repository at this point in the history
* too many underscores

* link with hpssgss too?

try an extra link option

* Revert "link with hpssgss too?"

This reverts commit fb6d96e.
  • Loading branch information
karcaw authored and dmlb2000 committed Jun 4, 2019
1 parent 4d04a86 commit 422d7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacifica/archiveinterface/backends/hpss/hpssExtensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ PyInit__hpssExtensions(void)
#define INITERROR return

void
init__hpssExtensions(void)
init_hpssExtensions(void)
#endif
{
#if PY_MAJOR_VERSION >= 3
Expand Down

0 comments on commit 422d7f4

Please sign in to comment.