Use snake nameing scheme

This commit is contained in:
Mykola Grymalyuk
2021-10-03 13:35:01 -06:00
parent b9a5ba7897
commit e33997320b
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# -*- mode: python ; coding: utf-8 -*-
import sys, os
sys.path.append(os.path.abspath(os.getcwd()))
from Resources import Constants
from resources import Constants
block_cipher = None