Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/naparuba/shinken
Browse files Browse the repository at this point in the history
  • Loading branch information
naparuba committed Jan 29, 2015
2 parents 3ab4114 + a9b22b1 commit 8dc71bf
Show file tree
Hide file tree
Showing 47 changed files with 1,277 additions and 2,029 deletions.
14 changes: 7 additions & 7 deletions contrib/bin/shinken-admin
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ try:
import shinken.pyro_wrapper as pyro
except ImportError:
sys.exit("Shinken require the Python Pyro module. Please install it.")
from shinken.arbiterlink import ArbiterLink
from shinken.objects.arbiterlink import ArbiterLink
Pyro = pyro.Pyro


Expand Down Expand Up @@ -223,12 +223,12 @@ class ShinkenAdmin(cmd.Cmd):
'''
from shinken.objects.config import Config

from shinken.arbiterlink import ArbiterLink
from shinken.schedulerlink import SchedulerLink
from shinken.pollerlink import PollerLink
from shinken.reactionnerlink import ReactionnerLink
from shinken.brokerlink import BrokerLink
from shinken.receiverlink import ReceiverLink
from shinken.objects.arbiterlink import ArbiterLink
from shinken.objects.schedulerlink import SchedulerLink
from shinken.objects.pollerlink import PollerLink
from shinken.objects.reactionnerlink import ReactionnerLink
from shinken.objects.brokerlink import BrokerLink
from shinken.objects.receiverlink import ReceiverLink


if line == "help" or line == "":
Expand Down
74 changes: 0 additions & 74 deletions doc/source/01_about/about.rst

This file was deleted.

31 changes: 0 additions & 31 deletions doc/source/01_about/features-and-release-cycle.rst

This file was deleted.

73 changes: 0 additions & 73 deletions doc/source/01_about/shinken-innovative-features.rst

This file was deleted.

48 changes: 0 additions & 48 deletions doc/source/01_about/the-project-vision.rst

This file was deleted.

0 comments on commit 8dc71bf

Please sign in to comment.