comparison codeOptimizer.py @ 3:f65c2d63ab66

Rename Options to Config
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Sun, 16 Sep 2012 21:31:41 +0200
parents 10f1d7de9bc3
children 3a56cd936c59
comparison
equal deleted inserted replaced
2:10f1d7de9bc3 3:f65c2d63ab66
2 2
3 import sys 3 import sys
4 4
5 from Compilable import Compilable 5 from Compilable import Compilable
6 from DepGraph import DepGraph 6 from DepGraph import DepGraph
7 from Options import Config 7 from Config import Config
8 8
9 9
10 10
11 def isHppfile(name): 11 def isHppfile(name):
12 if name.endswith(".hpp"): 12 if name.endswith(".hpp"):