Skip to content

Commit

Permalink
Move the requirements to the root
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jun 8, 2016
1 parent 708a9a9 commit 183845e
Show file tree
Hide file tree
Showing 38 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/reqs/assets/logo-black-white.png

This file was deleted.

2 changes: 1 addition & 1 deletion doorstop/cli/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from doorstop import settings

ROOT = os.path.join(os.path.dirname(__file__), '..', '..', '..')
REQS = os.path.join(ROOT, 'docs', 'reqs')
REQS = os.path.join(ROOT, 'reqs')
TUTORIAL = os.path.join(REQS, 'tutorial')
FILES = os.path.join(os.path.dirname(__file__), 'files')

Expand Down
2 changes: 1 addition & 1 deletion doorstop/cli/test/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class TestReorder(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.prefix = 'tut'
cls.path = os.path.join('docs', 'reqs', 'tutorial', 'index.yml')
cls.path = os.path.join('reqs', 'tutorial', 'index.yml')

def tearDown(self):
common.delete(self.path)
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions reqs/assets/logo-black-white.png
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.
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.
File renamed without changes.

0 comments on commit 183845e

Please sign in to comment.