| 1 | initial version |
Sage Math Server's behavior is clearly misleading the user and should be changed immediately.
def issage():
try:
import sage.all
return True
except ImportError:
return False
print(issage())
This should work independent of the preparser.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.