-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from phate999/master
Added tornado_sample
- Loading branch information
Showing
12 changed files
with
1,245 additions
and
1,881 deletions.
There are no files selected for viewing
2,289 changes: 410 additions & 1,879 deletions
2,289
Cradlepoint NCOS SDK 3.0 Application Developers Guide.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"""Monkay patch for cp.uptime()""" | ||
|
||
import time | ||
|
||
def uptime(): | ||
return time.time() |
Oops, something went wrong.