Skip to content

Commit

Permalink
Add cache decorator to shortcuts module
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanprjcts committed Aug 8, 2017
1 parent ea1bc9c commit 561fe61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdklib/shortcuts.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from sdklib.compat import cache
2 changes: 1 addition & 1 deletion tests/sample_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sdklib.http import HttpSdk
from sdklib.util.parser import parse_args, safe_add_end_slash
from sdklib.http.authorization import X11PathsAuthentication
from sdklib.compat import cache
from sdklib.shortcuts import cache


class SampleHttpSdk(HttpSdk):
Expand Down

0 comments on commit 561fe61

Please sign in to comment.