diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-30 14:05:50 +0000 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-30 14:05:50 +0000 |
commit | e01de8f2f3f8ec2ad58e1baddb7c2c657e331796 (patch) | |
tree | 7f0ff7816d62805e212a7a14eb6cc07808792bbb /Lib/ast.py | |
parent | e992a7da019ab07baf4992f4b795386185854038 (diff) | |
download | cpython-git-e01de8f2f3f8ec2ad58e1baddb7c2c657e331796.tar.gz |
remove pointless coding cookies
Diffstat (limited to 'Lib/ast.py')
-rw-r--r-- | Lib/ast.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 ~~~ |