diff options
Diffstat (limited to 'extras/comparator.py')
-rw-r--r-- | extras/comparator.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extras/comparator.py b/extras/comparator.py index 28be42ba9..2abf5cdb6 100644 --- a/extras/comparator.py +++ b/extras/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, |