Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
17f4c362
Commit
17f4c362
authored
Nov 16, 1999
by
Christopher Petrilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, changed __version__
parent
56d1bd7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ZEO/smac.py
src/ZEO/smac.py
+1
-1
src/ZEO/zrpc/smac.py
src/ZEO/zrpc/smac.py
+1
-1
No files found.
src/ZEO/smac.py
View file @
17f4c362
...
...
@@ -43,7 +43,7 @@
"""Sized message async connections
"""
__version__
=
"$
Id: smac.py,v 1.4 1999/11/16 15:42:00 petrilli Exp
$"
[
11
:
-
2
]
__version__
=
"$
Revision: 1.5
$"
[
11
:
-
2
]
import
asyncore
,
string
,
struct
,
zLOG
from
zLOG
import
LOG
,
INFO
,
ERROR
...
...
src/ZEO/zrpc/smac.py
View file @
17f4c362
...
...
@@ -43,7 +43,7 @@
"""Sized message async connections
"""
__version__
=
"$
Id: smac.py,v 1.4 1999/11/16 15:42:00 petrilli Exp
$"
[
11
:
-
2
]
__version__
=
"$
Revision: 1.5
$"
[
11
:
-
2
]
import
asyncore
,
string
,
struct
,
zLOG
from
zLOG
import
LOG
,
INFO
,
ERROR
...
...
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