Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/send-patches
diff options
context:
space:
mode:
Diffstat (limited to 'commands/send-patches')
-rwxr-xr-xcommands/send-patches6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/send-patches b/commands/send-patches
index 8a0fe1a..2af5861 100755
--- a/commands/send-patches
+++ b/commands/send-patches
@@ -13,6 +13,12 @@ from devbot import config
GIT_CONFIG_SETUP = "sugar-build.send-patches.setup"
+try:
+ input = raw_input
+except NameError:
+ pass
+
+
def get_git_config(name, is_global=False):
args = ["git", "config"]