summaryrefslogtreecommitdiff
path: root/www/py-google-api-python-client/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-google-api-python-client/files')
-rw-r--r--www/py-google-api-python-client/files/patch-runsamples.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/py-google-api-python-client/files/patch-runsamples.py b/www/py-google-api-python-client/files/patch-runsamples.py
deleted file mode 100644
index 7fb4ead111bb..000000000000
--- a/www/py-google-api-python-client/files/patch-runsamples.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./runsamples.py.orig 2012-08-15 14:44:29.000000000 +0200
-+++ ./runsamples.py 2012-08-15 14:44:45.000000000 +0200
-@@ -41,6 +41,8 @@
- logging.getLogger().setLevel(getattr(logging, FLAGS.logging_level))
-
- for dirname in os.listdir(FLAGS.sample_root):
-+ if not os.path.isdir(dirname):
-+ continue
- fulldirname = os.path.join(FLAGS.sample_root, dirname)
- if dirname in FLAGS.samples_to_skip:
- logging.debug('Skipping ' + fulldirname + ' (blacklist)')