~ubuntu-branches/ubuntu/wily/pyzmq/wily-proposed

« back to all changes in this revision

Viewing changes to zmq/sugar/__init__.py

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2014-06-17 23:23:35 UTC
  • mfrom: (15.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140617232335-rrbcdbn2e4q1w78a
Tags: 14.3.1-1
* New upstream release
* monitor-test.patch: fix test logic for synchronous connects on freebsd
* ignore test results on mips, hard to debug race condition, no reason to
  delay testing migration (Closes: #750813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""pure-Python sugar wrappers for core 0MQ objects."""
2
2
 
3
 
#-----------------------------------------------------------------------------
4
 
#  Copyright (C) 2013 Brian Granger, Min Ragan-Kelley
5
 
#
6
 
#  This file is part of pyzmq
7
 
#
8
 
#  Distributed under the terms of the New BSD License.  The full license is in
9
 
#  the file COPYING.BSD, distributed as part of this software.
10
 
#-----------------------------------------------------------------------------
 
3
# Copyright (C) PyZMQ Developers
 
4
# Distributed under the terms of the Modified BSD License.
11
5
 
12
 
#-----------------------------------------------------------------------------
13
 
# Imports
14
 
#-----------------------------------------------------------------------------
15
6
 
16
7
from zmq.sugar import (
17
8
    constants, context, frame, poll, socket, tracker, version