Skip to content

Commit

Permalink
Add rtd import to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Dec 21, 2015
1 parent 895b804 commit c6db870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/delete_stale_projects.py
@@ -1,7 +1,7 @@
import shutil
import os

from projects.models import Project
from readthedocs.projects.models import Project

slugs = [p.slug for p in Project.objects.all()]
build_projects = os.listdir('/home/docs/checkouts/readthedocs.org/user_builds/')
Expand Down

0 comments on commit c6db870

Please sign in to comment.