From 17be0bb39ef14fe87c4415d1a45027b2819a5b57 Mon Sep 17 00:00:00 2001 From: halcyon <864072399@qq.com> Date: Sun, 5 Apr 2015 17:52:46 +0800 Subject: [PATCH] dashboard and api --- docs/AddUserAsset.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/AddUserAsset.py b/docs/AddUserAsset.py index 6c9a00e70..f8faea53a 100644 --- a/docs/AddUserAsset.py +++ b/docs/AddUserAsset.py @@ -127,13 +127,13 @@ def test_add_log(): if __name__ == '__main__': - install() - test_add_dept() - test_add_group() - test_add_user() - test_add_idc() - test_add_asset_group() - test_add_asset() + #install() + #test_add_dept() + #test_add_group() + #test_add_user() + #test_add_idc() + #test_add_asset_group() + #test_add_asset() test_add_log()