Testing the code color plugin
28 Jan 2007 - Dave</p>
# Sample Python code to test code coloring for WordPress
'''
Prints the current directory
'''
import os</code>
d = os.listdir(os.getcwd())
print d
'''
Prints the current directory
'''
import os</code>
d = os.listdir(os.getcwd())
print d