Marked old_ to older uptime scripts

This commit is contained in:
2017-01-28 23:10:28 +01:00
parent d1560dd8e5
commit fc5a23ab56
2 changed files with 0 additions and 0 deletions

12
old_testUptime.py Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Author: KevinMidboe
# @Date: 2016-11-22 16:08:17
# @Last Modified by: KevinMidboe
# @Last Modified time: 2016-11-22 17:07:52
import uptime
if __name__ == '__main__':
uptimeClass = uptime.uptime()
print(uptimeClass)