Changeset fcdeea in git for Singular/dyn_modules/python/python_module.cc
- Timestamp:
- Feb 7, 2019, 3:21:55 PM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b3e931b4c9148576d127f3b957900899fa358767
- Parents:
- 098784114c00a08a4d18cf392c0f2411aa0d007e
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-07 15:21:55+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-07 16:24:43+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/python/python_module.cc
r098784 rfcdeea 80 80 81 81 psModulFunctions->iiAddCproc(currPack->libname,"python",FALSE, mod_python); 82 VARreturn MAX_TOK;82 return MAX_TOK; 83 83 } 84 84 #endif
Note: See TracChangeset
for help on using the changeset viewer.