Skip to content

Commit

Permalink
Repeating the last commit essentially.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanveloso committed Jun 22, 2008
1 parent 52779ec commit ae7477f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions applications/manage.py

This file was deleted.

2 changes: 1 addition & 1 deletion applications/projects/bin/update.py
Expand Up @@ -13,7 +13,7 @@
setup_environ(settings)

# Now start the script.
from projects.providers.svn import RepositorySyncr
from applications.projects.providers.svn import RepositorySyncr

rs = RepositorySyncr()
rs.syncRepositories()
2 changes: 1 addition & 1 deletion applications/projects/models.py
Expand Up @@ -141,7 +141,7 @@ def url(self):


# Initilization
from projects import register
from applications.projects import register
del register

# Register item objects to be "followed"
Expand Down
2 changes: 1 addition & 1 deletion applications/projects/providers/svn.py
Expand Up @@ -11,7 +11,7 @@
from django.utils.encoding import smart_unicode

from applications.core.models import Item
from projects.models import Repository, Changeset
from applications.projects.models import Repository, Changeset


class RepositorySyncr:
Expand Down

0 comments on commit ae7477f

Please sign in to comment.