Révision | 461328942fd2975a40668937c915f8acb00a25b0 (tree) |
---|---|
l'heure | 2013-01-22 19:54:14 |
Auteur | Shinya TAKEBAYASHI <omoikanenomikoto@gmai...> |
Commiter | Shinya TAKEBAYASHI |
renamed executable
@@ -3,7 +3,7 @@ import ConfigParser | ||
3 | 3 | def get_include_dir(): |
4 | 4 | config = ConfigParser.SafeConfigParser() |
5 | 5 | path_list = [] |
6 | - config.read('hl.conf') | |
6 | + config.read('header_locator.conf') | |
7 | 7 | include_dir_conf = config.get('path', 'include_dir_list') |
8 | 8 | |
9 | 9 | try: |