diff engine/extensions/serializers/__init__.py @ 354:dfd48d49c044

* Removed shebang and svn:executable for python files which are not meant to be executed directly * Made sure all executable files with shebang has svn:executable
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 21 Sep 2009 19:48:00 +0000
parents 48c99636453e
children 91e352f81f63
line wrap: on
line diff
--- a/engine/extensions/serializers/__init__.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/serializers/__init__.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################