StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

add explicit encoding string for python files #75

Closed loomis closed 5 years ago

loomis commented 11 years ago

Add a specific encoding string to all of the python files to avoid file encoding headaches.

# -*- coding: utf-8 -*-