Fix hashbang.

This commit is contained in:
Wouter R 2017-11-26 12:26:47 +01:00
parent a69f5585ca
commit 3e636e39f9
1 changed files with 1 additions and 1 deletions

2
recovery.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
import os
import os.path
import sys