index
:
sf2github
master
NOT UP TO DATE. Python script to migrate projects from SourceForge to GitHub; forked from ttencate/sf2github.
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
issues.py
3
1 files changed, 3 insertions, 0 deletions
diff --git a/issues.py b/issues.py
index 40270b7..8eea844 100755
--- a/
issues.py
+++ b/
issues.py
@@ -1,5 +1,8 @@
#!/usr/bin/env python
+import better_exchook
+better_exchook.install()
+
import sys
import optparse