diff Compilable.py @ 10:09b39021c4af

Make filename an attribute of file.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Wed, 14 Nov 2012 21:44:53 +0100
parents 3a56cd936c59
children
line wrap: on
line diff
--- a/Compilable.py	Mon Sep 24 10:48:28 2012 +0200
+++ b/Compilable.py	Wed Nov 14 21:44:53 2012 +0100
@@ -76,7 +76,7 @@
                 del replace[n]
 
         return retVal
-            
+
     @staticmethod
     def getPathname(str):
         pattern = '^\s*#include ["<]([^">]+)[">]'
@@ -84,7 +84,7 @@
         m = prog.search(str)
         include = m.group(1)
         return include
-        
+
 
     @staticmethod
     def getClassname(str):