Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: tools/telemetry/third_party/pyserial/serial/urlhandler/protocol_rfc2217.py

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #! python
2 #
3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
4 # see ../__init__.py
5 #
6 # This is a thin wrapper to load the rfc2271 implementation.
7 #
8 # (C) 2011 Chris Liechti <cliechti@gmx.net>
9 # this is distributed under a free software license, see license.txt
10
11 from serial.rfc2217 import Serial
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698