diff options
| author | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-08-06 13:43:08 +0900 |
|---|---|---|
| committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-08-06 14:30:35 +0900 |
| commit | 8c4c435b9d635ceb9d6d7d5f3995fb179d7b3704 (patch) | |
| tree | cb3ba656d99972323d22ffe7889c762a15db58e5 /pygerrit/models.py | |
| parent | 439e3a73669cbf98ce34a380c35241d26fbf2209 (diff) | |
| download | pygerrit-8c4c435b9d635ceb9d6d7d5f3995fb179d7b3704.tar.gz | |
Fix relative imports
Change-Id: I6bc8d92ed1055959f1c24128b8beace814eaf998
Diffstat (limited to 'pygerrit/models.py')
| -rw-r--r-- | pygerrit/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygerrit/models.py b/pygerrit/models.py index 4260566..f0b8df2 100644 --- a/pygerrit/models.py +++ b/pygerrit/models.py @@ -25,7 +25,7 @@ THE SOFTWARE. """ -from pygerrit import from_json +from . import from_json class Account(object): |
