Clean up the Octokit.Reactive namespaces

Fixes #84
This commit is contained in:
Haacked
2013-10-18 22:11:29 -07:00
parent de305aace8
commit ad4be39ea3
16 changed files with 25 additions and 26 deletions
@@ -1,6 +1,6 @@
using System.Reactive.Linq;
using System.Threading.Tasks;
using Octokit.Reactive.Clients;
using Octokit.Reactive;
using Xunit;
namespace Octokit.Tests.Integration