commit | 2b7152fb27279f6fd33cdc87ba871086081f5ab9 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 02 07:18:32 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 02 07:36:25 2020 -0500 |
tree | ba47bd84d34067d062867e4c72fdaf94c9637fa4 | |
parent | 3d805fe94abf741d4a228f8eef59f70bcb2328a7 [diff] [blame] |
python2 to python3 conversion Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1716d022bb67b1301f771c575842175372b04bef
diff --git a/settings.py b/settings.py index 9046e32..57053f7 100755 --- a/settings.py +++ b/settings.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os import yaml