pep8analysis: rename `run` in `pep8analysis_web` as `run_web`
authorJean Privat <jean@pryen.org>
Sun, 28 Dec 2014 04:16:28 +0000 (23:16 -0500)
committerprivat <privat@elitebook.pryen.org>
Fri, 9 Jan 2015 22:34:19 +0000 (17:34 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/pep8analysis/src/pep8analysis_web.nit

index 18ee374..dacc9ff 100644 (file)
@@ -46,7 +46,7 @@ in "C++" `{
 
 redef class AnalysisManager
 
-       fun run(src: String)
+       fun run_web(src: String)
        do
                sys.suggest_garbage_collection
 
@@ -109,7 +109,7 @@ redef class AnalysisManager
 end
 
 redef class NativeString
-       fun run_analysis do manager.run to_s
+       fun run_analysis do manager.run_web to_s
 end
 
 fun dummy_set_callbacks import NativeString.run_analysis in "C++" `{