grim/pyscovery

Removed some extra whitespace

2013-05-26, Gary Kramlich
fd5d121aba45
Parents 2918680870c7
Children 3d375750448d
Removed some extra whitespace
  • +2 -2
    README.txt
  • --- a/README.txt Sun May 26 06:31:34 2013 -0500
    +++ b/README.txt Sun May 26 06:32:00 2013 -0500
    @@ -23,9 +23,9 @@
    With pyscovery, the following code will find plugins 1, 2, and 3 for you:
    import pyscovery
    -
    +
    from plugin import Plugin
    -
    +
    pyscovery.add_module('plugins')
    for plugin in pyscovery.find(Plugin, True, False):
    print plugin