from gzz.gfx.gl import GL_Testing def requiresJNI(): pass def testAtof(): failIf(GL_Testing.useAtof("0.9") == 0.0, "Locale error: String to double conversion atof() \ converts \"0.9\" into 0.0. It probably doesn't except \".\" \ as decimal separator.")