mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename namespace.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user