Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/maint-helper.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-08 19:46:29 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-08 19:46:29 (GMT)
commite07edbb67dc5f8e521179d68c08a6cb46c792123 (patch)
tree38c09d478542b1492a50f0dffc56998bd55282cf /maint-helper.py
parentdc31a56f60a811e9ed46426805d4d7fe78fca414 (diff)
Missing import
Diffstat (limited to 'maint-helper.py')
-rwxr-xr-xmaint-helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/maint-helper.py b/maint-helper.py
index 09fa9c6..bc87976 100755
--- a/maint-helper.py
+++ b/maint-helper.py
@@ -20,6 +20,7 @@ import os
import sys
import re
import datetime
+import subprocess
source_exts = [ '.py', '.c', '.h', '.cpp' ]