From e01de8f2f3f8ec2ad58e1baddb7c2c657e331796 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Mon, 30 Aug 2010 14:05:50 +0000 Subject: remove pointless coding cookies --- Lib/ast.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/ast.py') diff --git a/Lib/ast.py b/Lib/ast.py index d595c058b6..aab61d7634 100644 --- a/Lib/ast.py +++ b/Lib/ast.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ ast ~~~ -- cgit v1.2.1