You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/12/02 15:58:04 UTC

[2/7] cordova-medic git commit: Replace comment with module docstring

Replace comment with module docstring


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/806e218e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/806e218e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/806e218e

Branch: refs/heads/master
Commit: 806e218e83766fe3e9f487a82a2394456312c11b
Parents: 9efe507
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Dec 2 10:39:45 2014 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Dec 2 12:13:00 2014 +0300

----------------------------------------------------------------------
 cordova.conf | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/806e218e/cordova.conf
----------------------------------------------------------------------
diff --git a/cordova.conf b/cordova.conf
index f92293d..4e9f9c1 100644
--- a/cordova.conf
+++ b/cordova.conf
@@ -1,10 +1,8 @@
 #!/usr/bin/python
 
-# This is the config file for the Cordova project.
-# NOTE: The f_cor_1 build runs on ASF slave. Newer builds and schedulers 
-# added on 26th Nov 2014 are for external slaves (currently)
-
-# set some variables
+"""
+This is the config file for the Cordova project.
+"""
 
 import json
 class MedicConfig(object):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org