fixed some namespaces

This commit is contained in:
Keivan Beigi
2013-09-11 16:33:34 -07:00
parent 25e2c98c45
commit bb518ca19b
10 changed files with 12 additions and 4 deletions
@@ -2,7 +2,7 @@ using System.Collections.Generic;
using System.Linq;
using NzbDrone.Core.Parser.Model;
namespace NzbDrone.Core.DecisionEngine
namespace NzbDrone.Core.DecisionEngine.Specifications
{
public class DownloadDecision
{