commit 7bcc28f3ba0afe287f8cebbba9c773b746130f24
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2019-06-09T10:22:21Z |
| subject | Python3 |
commit 7bcc28f3ba0afe287f8cebbba9c773b746130f24
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2019-06-09T10:22:21Z
Python3
---
python/pwgen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/pwgen.py b/python/pwgen.py
index b48832d..7422d95 100755
--- a/python/pwgen.py
+++ b/python/pwgen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import string;
import random;