spellchecker: Add file header to spellchecker.py

This commit is contained in:
Youness Alaoui 2019-04-29 19:39:54 -04:00 committed by Curtis Gedak
parent 4f7c81bbff
commit d513351162

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
# --!-- coding: utf8 --!--
import os, gzip, json, glob
from PyQt5.QtCore import QLocale