summaryrefslogtreecommitdiffstats
path: root/Lib/ast.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-08-30 14:05:50 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-08-30 14:05:50 (GMT)
commite01de8f2f3f8ec2ad58e1baddb7c2c657e331796 (patch)
tree7f0ff7816d62805e212a7a14eb6cc07808792bbb /Lib/ast.py
parente992a7da019ab07baf4992f4b795386185854038 (diff)
downloadcpython-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.zip
cpython-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.tar.gz
cpython-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.tar.bz2
remove pointless coding cookies
Diffstat (limited to 'Lib/ast.py')
-rw-r--r--Lib/ast.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ast.py b/Lib/ast.py
index d595c05..aab61d7 100644
--- a/Lib/ast.py
+++ b/Lib/ast.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
ast
~~~