source: git/dyn_modules/python/python_module.pl @ 662ece

fieker-DuValspielwiese
Last change on this file since 662ece was 3c473c, checked in by Kai Krüger <krueger@…>, 14 years ago
rename directory modules to dyn_modules anticipating "modules" directory for cmake. git-svn-id: file:///usr/local/Singular/svn/trunk@13033 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 380 bytes
Line 
1$library = "python_module.so";
2$version = "(1.2,2002/07/03)";
3$category = <<EOT;
4tests
5EOT
6$info = <<EOT;
7LIBRARY: kernel.lib  PROCEDURES OF GENERAL TYPE WRITEN IN C python(input); eval a string  in python
8EOT
9push(@procs, "python");
10$help{"python"} = <<EOT;
11No help available for this command
12EOT
13$example{"python"} = <<EOT;
14
15  python("print 1+1");
16
17EOT
18$chksum{"python"} = 0;
191;
Note: See TracBrowser for help on using the repository browser.