Skip to content

Commit

Permalink
Added tastypie to sys path in docs/conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHayes committed Jan 15, 2016
1 parent 8589721 commit fce6021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
# sys.path.append(os.path.abspath('.'))

import datetime
import sys

sys.path.append('..')

from tastypie import __short_version__, __version__

# -- General configuration ----------------------------------------------------
Expand Down

0 comments on commit fce6021

Please sign in to comment.