Fix typo and naming format for extensions

This commit is contained in:
Sergei Silnov
2019-10-24 13:20:25 +02:00
parent 1c798393e2
commit 5e6aae3e04
10 changed files with 9 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ import re
import subprocess
import sys
from .contstants import GENERATORS
from .constants import GENERATORS
from .errors import FatalError