Learn more about these different git repos.
Other Git URLs
13f14ef
3ed041b
@@ -85,7 +85,7 @@
class Config(object):
- """Class representing the orchestrator configuration."""
+ """Class representing the freshmaker configuration."""
_defaults = {
'debug': {
'type': bool,
@@ -1,4 +1,4 @@
- #!/bin/python
+ #!/usr/bin/env python
__requires__ = 'fedmsg'
import sys, os
from pkg_resources import load_entry_point
LGTM :thumbsup:
Pull-Request has been merged by jkaluza