Skip to content

Commit c24b15d

Browse files
author
Axel Dahlberg
committedSep 24, 2018
Cleaned up files
1 parent 38bfbde commit c24b15d

File tree

8 files changed

+3
-217
lines changed

8 files changed

+3
-217
lines changed
 
File renamed without changes.

‎qlinklayer/distQueue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from netsquid.pydynaa import EventType, EventHandler
1414
from netsquid.simutil import sim_time
1515
from qlinklayer.localQueue import TimeoutLocalQueue
16-
from qlinklayer.general import LinkLayerException
16+
from qlinklayer.toolbox import LinkLayerException
1717
from easysquid.toolbox import logger
1818

1919

‎qlinklayer/egp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from easysquid.easyfibre import ClassicalFibreConnection
55
from easysquid.easyprotocol import EasyProtocol
66
from easysquid.quantumProgram import QuantumProgram
7-
from qlinklayer.general import LinkLayerException
7+
from qlinklayer.toolbox import LinkLayerException
88
from qlinklayer.scheduler import RequestScheduler
99
from qlinklayer.distQueue import DistributedQueue
1010
from qlinklayer.qmm import QuantumMemoryManagement

‎qlinklayer/higherLayer.py

-8
This file was deleted.

‎qlinklayer/linkLayer.py

-100
This file was deleted.

‎qlinklayer/localQueue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from netsquid.simutil import sim_time
77
from netsquid.pydynaa import Entity, EventType, EventHandler
8-
from qlinklayer.general import LinkLayerException
8+
from qlinklayer.toolbox import LinkLayerException
99
from easysquid.toolbox import logger
1010

1111

‎qlinklayer/physicalLayer.py

-106
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.