Updated rsa-test.py and runme.py to work with new code
diff --git a/rsa-test.py b/rsa-test.py
index ef13f8a..94ea685 100755
--- a/rsa-test.py
+++ b/rsa-test.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 import rsa
 
 (pub, priv) = rsa.newkeys(64)