From 38e61b082dcf0e64c5629f99b7338a8ef4299512 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 30 Aug 2010 14:44:06 +0200 Subject: added utf-8 coding tag into .py files --- tests/abrt_test.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 tests/abrt_test.py (limited to 'tests/abrt_test.py') diff --git a/tests/abrt_test.py b/tests/abrt_test.py old mode 100644 new mode 100755 index e6680228..eb53defa --- a/tests/abrt_test.py +++ b/tests/abrt_test.py @@ -1,3 +1,5 @@ +#! /usr/bin/python +# -*- coding: utf-8 -*- import unittest import sys import rpm -- cgit