1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

[api] remove more unused group/user messages code

This commit is contained in:
lian
2016-01-11 18:23:44 +08:00
parent af0ab3e221
commit 115bcfb54c
5 changed files with 1 additions and 251 deletions

View File

@@ -1,5 +1,4 @@
import json
import unittest
import pytest
import requests
@@ -7,7 +6,7 @@ from django.test import TestCase
from seahub import settings
from tests.api.apitestbase import ApiTestBase
from tests.api.urls import LIST_GROUP_AND_CONTACTS_URL, SERVER_INFO_URL
from tests.api.urls import SERVER_INFO_URL
class MiscApiTest(ApiTestBase, TestCase):