Testing the code color plugin

</p>

# Sample Python code to test code coloring for WordPress
'''
Prints the current directory
'''

import os</code>

d = os.listdir(os.getcwd())
print d