SeattleTestbed / repy_v2

Seattle Testbed's Repy ("Restricted Python") sandbox, version 2
MIT License
12 stars 50 forks source link

Empty textops.py in repy_v2/repy can supersede the real library #34

Closed choksi81 closed 9 years ago

choksi81 commented 10 years ago

The placeholder textops.py in repy_v2/repy/textops.py can supersede the textops.py library in repy_v2/seattlelib/textops.py when you copy them all to the same directory. This causes textops calls to break.

(I saw this after running preparetest.py, I'm not sure why this happened since it's supposed to copy seattlelib ''after'' repy)

aaaaalbert commented 9 years ago

The dir layout has changed, and the single textops.py we still have now comes from seattlelib_v2: https://github.com/SeattleTestbed/seattlelib_v2/blob/master/textops.py