Skip to content
Snippets Groups Projects

Update create_account to use python3

Merged Bo-Chun Chen requested to merge github/fork/diedpigs/update-create-account into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import rc_util
Loading