Created
April 9, 2015 07:50
-
-
Save wachpwnski/5351a346c77ab8eaafb5 to your computer and use it in GitHub Desktop.
Revisions
-
wachpwnski created this gist
Apr 9, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ """ @apiDefine admin User access only This optional description belong to to the group admin. @apiDefine owner User access only This optional description belong to to the group owner. """ import foo This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ """ @apiDefine admin User access only This optional description belong to to the group admin. """ """ @apiDefine owner User access only This optional description belong to to the group owner. """ import foo