Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1699)

Unified Diff: tools/python/google/platform_utils.py

Issue 174378: Step 1 in porting page cycler http to linux. Add http startup to (Closed)
Patch Set: sleep Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/python/google/httpd_config/httpd2_linux.conf ('k') | tools/python/google/platform_utils_linux.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/python/google/platform_utils.py
diff --git a/tools/python/google/platform_utils.py b/tools/python/google/platform_utils.py
index 5bbcdf800ec45128f495dfca219360dd1beec5ce..b2caa0f6fd96d35fb96d99a96fcb31c7f6a2cd18 100644
--- a/tools/python/google/platform_utils.py
+++ b/tools/python/google/platform_utils.py
@@ -20,5 +20,5 @@ if sys.platform in ('cygwin', 'win32'):
from platform_utils_win import *
elif sys.platform == 'darwin':
from platform_utils_mac import *
-
-
+elif sys.platform == 'linux2':
+ from platform_utils_linux import *
« no previous file with comments | « tools/python/google/httpd_config/httpd2_linux.conf ('k') | tools/python/google/platform_utils_linux.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698