From 0bdd5a4c371cadbc5d66a5c23bed0b99be6bdb81 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Wed, 19 Aug 2020 16:15:48 -0500 Subject: [PATCH] Update to python3 --- create_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_account.py b/create_account.py index b316cd0..ef77d78 100755 --- a/create_account.py +++ b/create_account.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys import rc_util -- GitLab