98081a7 Replace long usage with int (#1014220)

Authored and Committed by m4rtink 9 years ago
    Replace long usage with int (#1014220)
    
    The long data type has been removed in Python 3 and an int should
    be enough for representing the Kernel tainted flag even on Python 2.
    
        
file modified
+2 -2