#12 Fix docstring and make 'start_from_here' work from virtualenv
Merged 8 years ago by jkaluza. Opened 8 years ago by qwan.
qwan/freshmaker minor-improvements  into  master

file modified
+1 -1
@@ -85,7 +85,7 @@ 

  

  

  class Config(object):

-     """Class representing the orchestrator configuration."""

+     """Class representing the freshmaker configuration."""

      _defaults = {

          'debug': {

              'type': bool,

file modified
+1 -1
@@ -1,4 +1,4 @@ 

- #!/bin/python

+ #!/usr/bin/env python

  __requires__ = 'fedmsg'

  import sys, os

  from pkg_resources import load_entry_point

no initial comment

Pull-Request has been merged by jkaluza

8 years ago