diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:56:29 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:56:31 -0600 |
commit | 01691e2659fbeb2221f1374c3e5495094b9e2822 (patch) | |
tree | 8424a40161af2b92884ed89e84cab69b50b69b12 | |
parent | 263561455b434ba8877aeff216df96ef084cfda2 (diff) |
clean up lousy headers in comparator.py
original-commit-id: 0ee57e94db13be9654c8bd1bbcb2b7bb2aa4e929
-rw-r--r-- | comparator.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comparator.py b/comparator.py index 28be42b..2abf5cd 100644 --- a/comparator.py +++ b/comparator.py @@ -1,8 +1,7 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- -# author: Bryan Bishop <kanzure@gmail.com> -# date: 2012-05-29 -# purpose: find shared functions between red/crystal +""" +Finds shared functions between red/crystal. +""" from crystal import ( get_label_from_line, |