From 6b15020834c8a1a64ee31ebb1f36132d1bb0177b Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 10 Jul 2020 16:07:53 -0700 Subject: remove unneeded __REVISION__ and __copyright__ --- test/TempFileMunge/TEMPFILEPREFIX.py | 4 ---- test/TempFileMunge/TEMPFILESUFFIX.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/test/TempFileMunge/TEMPFILEPREFIX.py b/test/TempFileMunge/TEMPFILEPREFIX.py index 4ccfd7d..9e2f752 100644 --- a/test/TempFileMunge/TEMPFILEPREFIX.py +++ b/test/TempFileMunge/TEMPFILEPREFIX.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -# __COPYRIGHT__ -# # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including @@ -27,8 +25,6 @@ it to appear at the front of name of the generated tempfile used for long command lines. """ -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" - import os import stat diff --git a/test/TempFileMunge/TEMPFILESUFFIX.py b/test/TempFileMunge/TEMPFILESUFFIX.py index df546ac..151338c 100644 --- a/test/TempFileMunge/TEMPFILESUFFIX.py +++ b/test/TempFileMunge/TEMPFILESUFFIX.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -# __COPYRIGHT__ -# # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including @@ -27,8 +25,6 @@ it to appear at the end of name of the generated tempfile used for long command lines. """ -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" - import os import stat -- cgit v0.12