Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
a0b8fd52
Commit
a0b8fd52
authored
Dec 21, 2015
by
Feng Xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Python 2.6 test failures.
Change-Id: Ia9e2795b1ff1abb30410ffb3ef96ba6f46dd99d0
parent
8675989b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
well_known_types_test.py
python/google/protobuf/internal/well_known_types_test.py
+5
-1
No files found.
python/google/protobuf/internal/well_known_types_test.py
View file @
a0b8fd52
...
@@ -36,10 +36,14 @@ __author__ = 'jieluo@google.com (Jie Luo)'
...
@@ -36,10 +36,14 @@ __author__ = 'jieluo@google.com (Jie Luo)'
from
datetime
import
datetime
from
datetime
import
datetime
try
:
import
unittest2
as
unittest
except
ImportError
:
import
unittest
from
google.protobuf
import
duration_pb2
from
google.protobuf
import
duration_pb2
from
google.protobuf
import
field_mask_pb2
from
google.protobuf
import
field_mask_pb2
from
google.protobuf
import
timestamp_pb2
from
google.protobuf
import
timestamp_pb2
import
unittest
from
google.protobuf
import
unittest_pb2
from
google.protobuf
import
unittest_pb2
from
google.protobuf.internal
import
test_util
from
google.protobuf.internal
import
test_util
from
google.protobuf.internal
import
well_known_types
from
google.protobuf.internal
import
well_known_types
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment