Skip to content

Commit

Permalink
(GH-257) fix missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed May 3, 2015
1 parent 1dffc0a commit 07271f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@

namespace chocolatey.infrastructure.app.services
{
using System;
using System.IO;
using System.Text;
using NuGet;
using domain;
using tolerance;
using IFileSystem = filesystem.IFileSystem;

internal class ChocolateyPackageInformationService : IChocolateyPackageInformationService
Expand Down

0 comments on commit 07271f6

Please sign in to comment.