diff options
| author | 2013-04-24 01:30:20 +0200 | |
|---|---|---|
| committer | 2013-04-24 01:30:20 +0200 | |
| commit | aa7e90dd4153e022f29ac995c2fe00cd0f891370 (patch) | |
| tree | 60b30bf9ad0e7fcb5f12c441049d427cd5ef64b4 | |
| parent | Don't delete if it's a fork. (diff) | |
| download | GitTools-aa7e90dd4153e022f29ac995c2fe00cd0f891370.tar.xz GitTools-aa7e90dd4153e022f29ac995c2fe00cd0f891370.zip | |
| -rwxr-xr-x | sync-github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-github.py b/sync-github.py index 6eb3fa5..fcb1ef9 100755 --- a/sync-github.py +++ b/sync-github.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from pygithub3 import Github import sys import os |
