nvc0: add MP trap handler for nve4
[mesa.git] / src / gallium / auxiliary / util / u_format_srgb.py
index a4c76dc00b3fdc0f51940dd31b11b3bc1b7ed943..cd63ae78919b34421415f9e5e4588656b3a8f6f4 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-'''
+CopyRight = '''
 /**************************************************************************
  *
  * Copyright 2010 VMware, Inc.
@@ -39,7 +39,6 @@
 '''
 
 
-import sys
 import math
 
 
@@ -90,7 +89,7 @@ def main():
     print '/* This file is autogenerated by u_format_srgb.py. Do not edit directly. */'
     print
     # This will print the copyright message on the top of this file
-    print __doc__.strip()
+    print CopyRight.strip()
     print
     print '#include "u_format_srgb.h"'
     print