fix warnings

This commit is contained in:
Vitor Santos Costa
2017-10-06 13:05:12 +01:00
parent dd48ba6f91
commit da94db80cf
20 changed files with 213 additions and 154 deletions

View File

@@ -20,8 +20,5 @@ else:
dll = glob.glob(os.path.join(yap_lib_path,dll))[0]
dll = os.path.abspath(dll)
ctypes.CDLL(dll, mode=ctypes.RTLD_GLOBAL)
load('libYap*')
if platform.system() == 'Apple':
load('libYAP+*')
load('libPy4YAP*')
load('libPy4YAP*')

View File

@@ -1,4 +1,4 @@
"""The main routine of the yap python project."""
"""The main routine of the yap python project."""
import sys
import yap4py.yapi
@@ -11,4 +11,4 @@ def main(**args):
if __name__ == "__main__":
main()
yap4py.yapi.live()
yap4py.yapi.main()