mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
adjusted pathing for importing title dictionary
This commit is contained in:
parent
bc45df6493
commit
7288f07bec
|
@ -9,7 +9,9 @@ TODO: restrict Cookiecutter Django project initialization to
|
||||||
Python 3.x environments only
|
Python 3.x environments only
|
||||||
"""
|
"""
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
from scripts.update_licenses import titles_dict
|
import sys
|
||||||
|
sys.path.insert(0, '../scripts/')
|
||||||
|
from update_licenses import titles_dict
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
|
|
Loading…
Reference in New Issue
Block a user