Rename namespace.

This commit is contained in:
2020-02-27 00:33:26 +00:00
parent 8a05685e33
commit 4ade64cfc9
1077 changed files with 4071 additions and 4118 deletions

View File

@@ -26,11 +26,11 @@
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
using DiscImageChef.Console;
using DiscImageChef.Decoders.ATA;
using DiscImageChef.Devices;
using Aaru.Console;
using Aaru.Decoders.ATA;
using Aaru.Devices;
namespace DiscImageChef.Tests.Devices.ATA
namespace Aaru.Tests.Devices.ATA
{
static class Atapi
{