MobileBlur

Diff
Login

Differences From Artifact [10244f7fd3]:

To Artifact [25d21339f1]:


123
124
125
126
127
128
129

        if errors:
            print 'ERRORS:'+'\n'.join(errors)
            print 'WARNGINS:'+'\n'.join(warnings)
        else:
            print data
    else:
        doctest.testmod()








>
123
124
125
126
127
128
129
130
        if errors:
            print 'ERRORS:'+'\n'.join(errors)
            print 'WARNGINS:'+'\n'.join(warnings)
        else:
            print data
    else:
        doctest.testmod()