hpi-swa / RSqueak

A Squeak/Smalltalk VM written in RPython.
BSD 3-Clause "New" or "Revised" License
83 stars 15 forks source link

@not_rpython instead of """NOT RPYTHON""" #145

Closed jchromik closed 7 years ago

jchromik commented 7 years ago

Use @not_rpython decorator instead of """NOT RPYTHON""" doc string (as requested in #144). Also, remove some unnecessary imports.