Changeset 606831 in git for modules


Ignore:
Timestamp:
Oct 17, 2005, 8:16:31 AM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
3e27a59011737f22d803246d84f20a7d39e48e3b
Parents:
f3c8494de5b1290105b8599020817d917fe5466a
Message:
*bricken: removed dependicies to hidden function


git-svn-id: file:///usr/local/Singular/svn/trunk@8714 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/python/interpretertester

    rf3c849 r606831  
    100100functions.myprintmat(m)
    101101print functions.a
    102 from interpreter import mycbm as cbm
    103102
    104103print i
    105 cbm('std', i)
    106104print 'suc1'
    107105print i
    108 print cbm('std', i)
    109 print cbm('random',1,10)
    110106print functions.std(i)
    111107print functions.random(1,10)
Note: See TracChangeset for help on using the changeset viewer.