added comment

This commit is contained in:
Patrick Ulbrich
2012-08-26 21:52:15 +02:00
parent 2b01045e30
commit d303346e6b

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env python
# To install Mailnag run this script as root:
# ./setup.py install
from distutils.core import setup
from distutils.cmd import Command
from distutils.log import warn, info, error