Skip to content

Commit

Permalink
class link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Mar 6, 2012
1 parent 609f668 commit 02e4ef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phonehub/aastra/api.py
Expand Up @@ -3,7 +3,7 @@
@author: ogonbat
'''
from django_phonehub.aastra.items import ExecuteItem, MessageItem, inputItem,\
from phonehub.aastra.items import ExecuteItem, MessageItem, inputItem,\
LineItem, URIItem, MenuItem, IconItem, SoftKeyItem, ConfigurationItem
class AastraIPPhoneBase():

Expand Down
4 changes: 2 additions & 2 deletions phonehub/tests.py
Expand Up @@ -4,8 +4,8 @@
@author: ogonbat
'''
import unittest
from django_phonehub.aastra.api import AastraIPPhoneTextMenu, MenuItem
from django_phonehub.aastra.items import SoftKeyItem
from phonehub.aastra.api import AastraIPPhoneTextMenu, MenuItem
from phonehub.aastra.items import SoftKeyItem
class PhoneHubTestCase(unittest.TestCase):
def setUp(self):
self.textmenu = AastraIPPhoneTextMenu()
Expand Down

0 comments on commit 02e4ef8

Please sign in to comment.