Skip to content

Commit

Permalink
Fixed an import error with queue import
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kinlan committed Sep 18, 2009
1 parent d99b31a commit 6a64101
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ indexes:
# automatically uploaded to the admin console when you next deploy
# your application using appcfg.py.

# Used 11 times in query history.
# Unused in query history -- copied from input.
- kind: SubscriptionUpdateOwnerIndex
properties:
- name: users
Expand All @@ -24,7 +24,7 @@ indexes:
- name: added_on
direction: desc

# Used 11 times in query history.
# Unused in query history -- copied from input.
- kind: SubscriptionUpdateReaderIndex
properties:
- name: users
Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import sub
import session
import service
import queue

import templates
import model
Expand Down
4 changes: 2 additions & 2 deletions queue/email/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from CreateUserEmailHandler import CreateUserImportHandler
from CreateFriendshipEmailHandler import CreateFriendshipHandler
from CreateUserEmailHandler import CreateUserEmailHandler
from CreateFriendshipEmailHandler import CreateFriendshipEmailHandler

0 comments on commit 6a64101

Please sign in to comment.