Fixed the copyright comment which was at a strange place.

pull/6/head
Virgil Dupras 14 years ago
parent 06f03e14b4
commit f5f9c5b352

@ -1,13 +1,13 @@
from __future__ import unicode_literals
import sys
import os
import os.path as op
# Copyright 2010 Hardcoded Software (http://www.hardcoded.net)
# This software is licensed under the "BSD" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/bsd_license
from __future__ import unicode_literals
import sys
import os
import os.path as op
import logging
CANDIDATES = [

Loading…
Cancel
Save