Commit 6ae5e5c3 authored by Andrey Filippov's avatar Andrey Filippov

changed python to python2

parent d0eebad3
#!/usr/bin/env python
#!/usr/bin/env python2
import subprocess, urllib2, os
remote_dir = "."
......@@ -67,4 +67,4 @@ if (error_counter==0):
print "PRE-PUSH HOOK: SUCCESS"
exit(error_counter)
\ No newline at end of file
exit(error_counter)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment