diff options
Diffstat (limited to 'SCons/Tool/g77.py')
-rw-r--r-- | SCons/Tool/g77.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SCons/Tool/g77.py b/SCons/Tool/g77.py index e61181e..aea419a 100644 --- a/SCons/Tool/g77.py +++ b/SCons/Tool/g77.py @@ -22,13 +22,11 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ - Tool-specific initialization for g77. There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Tool.Tool() selection method. - """ import SCons.Util |