wangkuiyi / recordio

Apache License 2.0
11 stars 2 forks source link

Fix warning in unittest #41

Closed ywskycn closed 5 years ago

ywskycn commented 5 years ago

To resolve the warning in unittest:

recordio/recordio.py:8
  /work/python/recordio/recordio.py:8: DeprecationWarning: SO is deprecated, use EXT_SUFFIX
    os.path.dirname(__file__), "librecordio" + get_config_var("SO")
zou000 commented 5 years ago

fix #39