# HG changeset patch # User Gregory Szorc # Date 1467839462 25200 # Node ID c16e2087660f939c02ede8805b23faa366d1eb7d # Parent c67410c747238f9d40b63f17e037552da85643d2 client: remove unused imports diff -r c67410c74723 -r c16e2087660f hglib/client.py --- a/hglib/client.py Sat Apr 16 18:18:46 2016 -0500 +++ b/hglib/client.py Wed Jul 06 14:11:02 2016 -0700 @@ -1,4 +1,4 @@ -import subprocess, os, struct, re, datetime +import struct, re, datetime import hglib from hglib import error, util, templates, merge, context