Skip to content

Commit

Permalink
renamed background folder to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
hairesis committed Oct 19, 2015
1 parent cb97e58 commit 1a062aa
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging
import importlib
from background.managers import bgmanager
from plugins.managers import bgmanager

logging.basicConfig()

Expand All @@ -13,7 +13,7 @@


def get_plugin(name='earth'):
return importlib.import_module('background.%s' % name)
return importlib.import_module('plugins.%s' % name)

plugin = get_plugin()

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from background.earth import get_random_image, get_image
from plugins.earth import get_random_image, get_image


def test_get_random_image():
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1a062aa

Please sign in to comment.