dictfilt: add coding declaration

.. I obviously never tested this after adding the license notice.
This commit is contained in:
Jeff Epler 2016-05-15 11:58:15 -05:00
parent e558ddb052
commit 85d857a0b0

View file

@ -1,4 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Remove uppercase words from dictionary when a lowercase form is
# present
#