summaryrefslogtreecommitdiff
path: root/pycparser/portability.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycparser/portability.py')
-rw-r--r--pycparser/portability.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/pycparser/portability.py b/pycparser/portability.py
deleted file mode 100644
index 3893cec..0000000
--- a/pycparser/portability.py
+++ /dev/null
@@ -1,18 +0,0 @@
-#-----------------------------------------------------------------
-# pycparser: portability.py
-#
-# Portability code for working with different versions of Python
-#
-# Copyright (C) 2008-2010, Eli Bendersky
-# License: LGPL
-#----------------------
-import sys
-
-
-def printme(s):
- sys.stdout.write(str(s))
-
-
-
-
- \ No newline at end of file