move proxy.js to lib/Proxy.js

This commit is contained in:
Roman Shtylman
2017-12-10 10:37:10 -08:00
parent 4a4b72b492
commit 9933611319
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import Debug from 'debug';
import http from 'http';
import Promise from 'bluebird';
import Proxy from './proxy';
import Proxy from './lib/Proxy';
import rand_id from './lib/rand_id';
import BindingAgent from './lib/BindingAgent';